summaryrefslogtreecommitdiff
path: root/sys/dev/mii/mlphy.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-09 00:16:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-09 00:16:41 +0000
commit1798caf635c8b0390de778ecd10de18f0c25b42f (patch)
tree59e48601d54a747e06f6b98765eac839e153dedd /sys/dev/mii/mlphy.c
parentf2c7a1de44a9332a6812e39c6b71f19e0c98e1c5 (diff)
Notes
Diffstat (limited to 'sys/dev/mii/mlphy.c')
-rw-r--r--sys/dev/mii/mlphy.c2
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>