summaryrefslogtreecommitdiff
path: root/net/netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netdev.c')
-rw-r--r--net/netdev.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/netdev.c b/net/netdev.c
index 69fd45f..863661d 100644
--- a/net/netdev.c
+++ b/net/netdev.c
@@ -1,10 +1,12 @@
+#include "netdev.h"
+#include "net_sys.h"
+
#include <stdint.h>
+
#include "eth.h"
#include "inet.h"
#include "arp.h"
#include "ipv4.h"
-#include "lib/string/string.h"
-#include "netdev.h"
void net_incoming(struct netdev *netdev, struct eth_hdr *hdr)
{