summaryrefslogtreecommitdiffstats
path: root/sys/dev/ctau
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
committerphk <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
commit9d102d7d5a70ee242bf760ceab1e919140bf51c8 (patch)
tree69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/ctau
parent78e0acd9ea6faabf07daa812cd4b6a26c1905c33 (diff)
downloadFreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.zip
FreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.tar.gz
Add missing <sys/module.h> includes
Diffstat (limited to 'sys/dev/ctau')
-rw-r--r--sys/dev/ctau/if_ct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index bd6c971..cc5887a 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/mbuf.h>
#include <sys/sockio.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud