Include libs needed to prevent warnings
authorJamie Cameron <jcameron@webmin.com>
Fri, 7 Jan 2011 18:37:14 +0000 (10:37 -0800)
committerJamie Cameron <jcameron@webmin.com>
Fri, 7 Jan 2011 18:37:14 +0000 (10:37 -0800)
mount/freebsd-mounts-7.c

index 65435b9..90740bb 100755 (executable)
@@ -3,6 +3,8 @@
 #include <sys/param.h>
 #include <sys/ucred.h>
 #include <sys/mount.h>
+#include <stdlib.h>
+#include <string.h>
 
 char *find_type(int t);
 char *expand_flags(int f);