Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 12:47:27 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194190 - head/usr.bin/nfsstat
Message-ID:  <200906141247.n5EClRB3049710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906141247.n5EClRB3049710>