diff options
Diffstat (limited to 'net/ipv4.c')
| -rw-r--r-- | net/ipv4.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
