Add #include <sys/sysctl.h>. In my tree, mount.h includes

sysctl.h and I was depending on this namespace pollution.

Submitted by:	jake
This commit is contained in:
mux 2002-08-11 02:07:43 +00:00
parent abdebdc8df
commit aa72ebc543

View File

@ -10,6 +10,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/sysctl.h>
#include <err.h>
#include <stdio.h>