svn commit: r194190 - head/usr.bin/nfsstat

Ed Schouten ed at FreeBSD.org
Sun Jun 14 12:47:28 UTC 2009


Author: ed
Date: Sun Jun 14 12:47:27 2009
New Revision: 194190
URL: http://svn.freebsd.org/changeset/base/194190

Log:
  Include <sys/module.h> for modfind().
  
  Submitted by:	Pawel Worach

Modified:
  head/usr.bin/nfsstat/nfsstat.c

Modified: head/usr.bin/nfsstat/nfsstat.c
==============================================================================
--- head/usr.bin/nfsstat/nfsstat.c	Sun Jun 14 12:46:34 2009	(r194189)
+++ head/usr.bin/nfsstat/nfsstat.c	Sun Jun 14 12:47:27 2009	(r194190)
@@ -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>


More information about the svn-src-all mailing list