summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 20:00:41 +0000
committerphk <phk@FreeBSD.org>2004-05-30 20:00:41 +0000
commit78e0acd9ea6faabf07daa812cd4b6a26c1905c33 (patch)
tree0313b488494bda92c9bcbe387b208adfeeb61c57 /sys/pci/if_xl.c
parent623c8fe8d0c3c5cf8df9febc6761341dd376d6c1 (diff)
downloadFreeBSD-src-78e0acd9ea6faabf07daa812cd4b6a26c1905c33.zip
FreeBSD-src-78e0acd9ea6faabf07daa812cd4b6a26c1905c33.tar.gz
Add missing <sys/module.h> includes
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 3016b6e..5533770 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -107,6 +107,7 @@ __FBSDID("$FreeBSD$");
#include <sys/endian.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/socket.h>
#include <net/if.h>
OpenPOWER on IntegriCloud