diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
| commit | fe12f24bb098d8d2a6c35394a53a65b3e64f83d9 (patch) | |
| tree | 69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/en/if_en_pci.c | |
| parent | f11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/en/if_en_pci.c')
| -rw-r--r-- | sys/dev/en/if_en_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index 19c0a483e4c9..1ca6e35a2ed0 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/kernel.h> +#include <sys/module.h> #include <sys/systm.h> #include <sys/socket.h> #include <sys/sysctl.h> |
