summaryrefslogtreecommitdiff
path: root/net/netdev.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-27 01:43:43 +0200
committerMiguel <m.i@gmx.at>2018-09-27 01:43:43 +0200
commit330aa15e3e4a705eb8d168bc9c76af9b1b768dfc (patch)
treebe3412953a872dc3ad43217d45009f28d4607966 /net/netdev.c
parentc7bf9cc575dea15ecc8780afd34ffb3503f3249b (diff)
user space compilation of fool stack
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)
{