aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/nfsstat.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-14 12:47:27 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-14 12:47:27 +0000
commit33f5882ec04a20a6c5907531afd3f66b8baf4524 (patch)
tree33708aaf7901609d2bd60e0698b200e20112762e /usr.bin/nfsstat/nfsstat.c
parent912e4916d054fb3e093bc2026f137f51bbab3173 (diff)
downloadsrc-33f5882ec04a20a6c5907531afd3f66b8baf4524.tar.gz
src-33f5882ec04a20a6c5907531afd3f66b8baf4524.zip
Include <sys/module.h> for modfind().
Submitted by: Pawel Worach
Notes
Notes: svn path=/head/; revision=194190
Diffstat (limited to 'usr.bin/nfsstat/nfsstat.c')
-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 f874e3825200..c39e499a8c1f 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>