Include <sys/module.h> for modfind().

Submitted by:	Pawel Worach
This commit is contained in:
Ed Schouten 2009-06-14 12:47:27 +00:00
parent 912e4916d0
commit 33f5882ec0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194190

View File

@ -49,6 +49,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/param.h>
#include <sys/module.h>
#include <sys/mount.h>
#include <sys/time.h>
#include <sys/sysctl.h>