diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/rtl8139.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c index 02a5159..3853eab 100644 --- a/drivers/rtl8139.c +++ b/drivers/rtl8139.c @@ -4,6 +4,7 @@ #include <drivers/pci.h> #include <drivers/rtl8139.h> #include <mmu.h> +#include <network/arp.h> #include <network/ethernet.h> #define RBSTART 0x30 |