summaryrefslogtreecommitdiff
path: root/net/ipv4.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/ipv4.c
parentc7bf9cc575dea15ecc8780afd34ffb3503f3249b (diff)
user space compilation of fool stack
Diffstat (limited to 'net/ipv4.c')
-rw-r--r--net/ipv4.c4
1 files changed, 2 insertions, 2 deletions
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)