summaryrefslogtreecommitdiff
path: root/net/arp.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/arp.c
parentc7bf9cc575dea15ecc8780afd34ffb3503f3249b (diff)
user space compilation of fool stack
Diffstat (limited to 'net/arp.c')
-rw-r--r--net/arp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/arp.c b/net/arp.c
index e0cd4ec..bfcf015 100644
--- a/net/arp.c
+++ b/net/arp.c
@@ -1,14 +1,13 @@
// https://github.com/saminiir/level-ip/blob/e9ceb08f01a5499b85f03e2d615309c655b97e8f/src/arp.c#L53
// https://github.com/chobits/tapip
// https://tools.ietf.org/html/rfc826
+#include "arp.h"
+#include "net_sys.h"
#include "inet.h"
#include "eth.h"
-#include "arp.h"
#include "netdev.h"
-#include "log.h"
-#include "lib/string/string.h"
/*
*/