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

Submitted by:	Pawel Worach
This commit is contained in:
ed 2009-06-14 12:47:27 +00:00
parent 1448716f0e
commit 2277167eed

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>