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/ipv4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ipv4.c') diff --git a/net/ipv4.c b/net/ipv4.c index c90733d..f1d4043 100644 --- a/net/ipv4.c +++ b/net/ipv4.c @@ -1,7 +1,7 @@ -#include "inet.h" #include "ipv4.h" +#include "net_sys.h" +#include "inet.h" #include "eth.h" -#include "log.h" #include "icmp.h" bool ipv4_incoming(struct netdev *dev,struct eth_hdr *hdr) -- cgit v1.2.3