From 330aa15e3e4a705eb8d168bc9c76af9b1b768dfc Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 01:43:43 +0200 Subject: user space compilation of fool stack --- net/arp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/arp.c') 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" /* */ -- cgit v1.2.3