summaryrefslogtreecommitdiff
path: root/net/eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index 780a89a..fedcda5 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -1,7 +1,7 @@
+#include "net_sys.h"
#include "inet.h"
#include "eth.h"
#include "netdev.h"
-#include "lib/string/string.h"
uint32_t eth_generic(struct netdev *dev, uint32_t ip, uint16_t type, uint8_t* pos,uint32_t *end)
{