diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 00:16:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 00:16:41 +0000 |
| commit | 1798caf635c8b0390de778ecd10de18f0c25b42f (patch) | |
| tree | 59e48601d54a747e06f6b98765eac839e153dedd /sys/dev/mii/mlphy.c | |
| parent | f2c7a1de44a9332a6812e39c6b71f19e0c98e1c5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/mlphy.c')
| -rw-r--r-- | sys/dev/mii/mlphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c index b8bdb3743f25..decb391305b5 100644 --- a/sys/dev/mii/mlphy.c +++ b/sys/dev/mii/mlphy.c @@ -53,7 +53,7 @@ #include <sys/socket.h> #include <sys/module.h> #include <sys/bus.h> - +#include <sys/malloc.h> #include <net/if.h> #include <net/if_media.h> |
