summaryrefslogtreecommitdiffstats
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-14 12:47:27 +0000
committered <ed@FreeBSD.org>2009-06-14 12:47:27 +0000
commit2277167eedd8f3e67013e4a43699e4a5f10fbd8e (patch)
tree33708aaf7901609d2bd60e0698b200e20112762e /usr.bin/nfsstat
parent1448716f0ed2b7f81abfbe03e143be61880f9a87 (diff)
downloadFreeBSD-src-2277167eedd8f3e67013e4a43699e4a5f10fbd8e.zip
FreeBSD-src-2277167eedd8f3e67013e4a43699e4a5f10fbd8e.tar.gz
Include <sys/module.h> for modfind().
Submitted by: Pawel Worach
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r--usr.bin/nfsstat/nfsstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index f874e38..c39e499 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -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>
OpenPOWER on IntegriCloud