summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_accf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
committerphk <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
commitd6f7d2bde68969cf6b02318c095e9f18e077ab6a (patch)
treee147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/kern/uipc_accf.c
parent6428c20edbbf3253a4b079647e64148c74695288 (diff)
downloadFreeBSD-src-d6f7d2bde68969cf6b02318c095e9f18e077ab6a.zip
FreeBSD-src-d6f7d2bde68969cf6b02318c095e9f18e077ab6a.tar.gz
Add some missing <sys/module.h> includes which are masked by the
one on death-row in <sys/kernel.h>
Diffstat (limited to 'sys/kern/uipc_accf.c')
-rw-r--r--sys/kern/uipc_accf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/uipc_accf.c b/sys/kern/uipc_accf.c
index a8d4f63..5226f19 100644
--- a/sys/kern/uipc_accf.c
+++ b/sys/kern/uipc_accf.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
+#include <sys/module.h>
#include <sys/protosw.h>
#include <sys/sysctl.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud