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:
Maxime Henrion 2002-08-11 02:07:43 +00:00
parent 4033e07e8d
commit 24befda40b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101661

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>