Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/fssconfig include the headers you need
details: https://anonhg.NetBSD.org/src/rev/bd53e352be9f
branches: trunk
changeset: 782509:bd53e352be9f
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 04 22:21:11 2012 +0000
description:
include the headers you need
diffstat:
usr.sbin/fssconfig/fssconfig.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a115c24d0575 -r bd53e352be9f usr.sbin/fssconfig/fssconfig.c
--- a/usr.sbin/fssconfig/fssconfig.c Sun Nov 04 22:20:03 2012 +0000
+++ b/usr.sbin/fssconfig/fssconfig.c Sun Nov 04 22:21:11 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fssconfig.c,v 1.9 2012/07/28 15:09:44 hannken Exp $ */
+/* $NetBSD: fssconfig.c,v 1.10 2012/11/04 22:21:11 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
#include <sys/mount.h>
#include <sys/stat.h>
+#include <stdio.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
Home |
Main Index |
Thread Index |
Old Index