summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-03 06:10:02 +0000
committerphk <phk@FreeBSD.org>2004-06-03 06:10:02 +0000
commit9db9f1379ca05ad37f0569dd051eb23559b115cd (patch)
treeda52729917e8a1aebb51899343d0f6950d6213a9 /sys/dev/ixgb
parentc0b3b891ee65cfb5e9ea95160902083dcf4f5312 (diff)
downloadFreeBSD-src-9db9f1379ca05ad37f0569dd051eb23559b115cd.zip
FreeBSD-src-9db9f1379ca05ad37f0569dd051eb23559b115cd.tar.gz
Add missing <sys/module.h> includes currently relying on nested include
in <sys/kernel.h>
Diffstat (limited to 'sys/dev/ixgb')
-rw-r--r--sys/dev/ixgb/if_ixgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h
index 12c326c..a8a7a58 100644
--- a/sys/dev/ixgb/if_ixgb.h
+++ b/sys/dev/ixgb/if_ixgb.h
@@ -42,6 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/malloc.h>
+#include <sys/module.h>
#include <sys/kernel.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud