summaryrefslogtreecommitdiffstats
path: root/sys/dev/filemon
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/filemon')
-rw-r--r--sys/dev/filemon/filemon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c
index 8b562e3..f05710b 100644
--- a/sys/dev/filemon/filemon.c
+++ b/sys/dev/filemon/filemon.c
@@ -25,11 +25,12 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h>
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_compat.h"
+#include <sys/param.h>
#include <sys/file.h>
#include <sys/systm.h>
#include <sys/buf.h>
OpenPOWER on IntegriCloud