diff options
Diffstat (limited to 'sys/dev/etherswitch/ip17x/ip17x_phy.c')
-rw-r--r-- | sys/dev/etherswitch/ip17x/ip17x_phy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/etherswitch/ip17x/ip17x_phy.c b/sys/dev/etherswitch/ip17x/ip17x_phy.c index 067b8ba..d110b26 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_phy.c +++ b/sys/dev/etherswitch/ip17x/ip17x_phy.c @@ -32,6 +32,8 @@ #include <sys/bus.h> #include <sys/errno.h> #include <sys/kernel.h> +#include <sys/lock.h> +#include <sys/mutex.h> #include <sys/systm.h> #include <sys/socket.h> |