Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 22:47:21 UTC 2012

Modified Files:
        src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
add the headers you need


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
diff -u src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.16 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.17
--- src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.16	Fri Aug  6 11:26:16 2010
+++ src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c	Sun Nov  4 17:47:21 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $	*/
+/*	$NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -33,12 +33,13 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $");
+__RCSID("$NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/sysctl.h>
 
+#include <stdio.h>
 #include <assert.h>
 #include <err.h>
 #include <errno.h>

Reply via email to