diff options
Diffstat (limited to 'kernel/network/ethernet.c')
-rw-r--r-- | kernel/network/ethernet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/network/ethernet.c b/kernel/network/ethernet.c index 9fa5ef8..cf2e047 100644 --- a/kernel/network/ethernet.c +++ b/kernel/network/ethernet.c @@ -1,6 +1,7 @@ #include <assert.h> #include <drivers/rtl8139.h> #include <kmalloc.h> +#include <string.h> #include <network/arp.h> #include <network/bytes.h> #include <network/ethernet.h> |