From ae33cc6557790a502a01b380b0926944ca2f3cfa Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 26 Sep 2018 10:22:37 +0200 Subject: ntp and udp --- net/netdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/netdev.c') diff --git a/net/netdev.c b/net/netdev.c index 1539bd6..69fd45f 100644 --- a/net/netdev.c +++ b/net/netdev.c @@ -1,10 +1,10 @@ #include -#include "inet.h" #include "eth.h" +#include "inet.h" #include "arp.h" #include "ipv4.h" -#include "netdev.h" #include "lib/string/string.h" +#include "netdev.h" void net_incoming(struct netdev *netdev, struct eth_hdr *hdr) { -- cgit v1.2.3