diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 17:57:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 17:57:46 +0000 |
| commit | 41ee9f1c6918a36d2feca1640bde21b420618948 (patch) | |
| tree | e147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/dev/mii/inphy.c | |
| parent | b3db79c7a129c923aa3471eb25abdeeb097a6b23 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/inphy.c')
| -rw-r--r-- | sys/dev/mii/inphy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/inphy.c b/sys/dev/mii/inphy.c index 3aa6f16de9e4..b2a3d8168614 100644 --- a/sys/dev/mii/inphy.c +++ b/sys/dev/mii/inphy.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/module.h> #include <sys/socket.h> #include <sys/bus.h> |
