aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/property.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-08 01:56:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-08 01:56:49 +0000
commit69761016be942dc4c291e264d32b49f997644539 (patch)
treeb972a72faba413058f43c5576705065d2d9c3a6d /lib/libutil/property.c
parentbdc2cdc5fe5688742992ebe51b6bc6fc7dd5d2e6 (diff)
downloadsrc-69761016be942dc4c291e264d32b49f997644539.tar.gz
src-69761016be942dc4c291e264d32b49f997644539.zip
Correct a build error that got past my build test somehow.
Notes
Notes: svn path=/head/; revision=40050
Diffstat (limited to 'lib/libutil/property.c')
-rw-r--r--lib/libutil/property.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/property.c b/lib/libutil/property.c
index 3a1b991614ba..3de550b12679 100644
--- a/lib/libutil/property.c
+++ b/lib/libutil/property.c
@@ -31,8 +31,10 @@
*/
#include <ctype.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <libutil.h>
#define MAX_NAME 64