diff options
| author | Miguel <m.i@gmx.at> | 2018-09-26 10:22:37 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-26 10:22:37 +0200 |
| commit | ae33cc6557790a502a01b380b0926944ca2f3cfa (patch) | |
| tree | e72632052d1c6f6830c40d10d26c04b73aac74c6 /net/netdev.c | |
| parent | daf374435560861681c3e4d14a2d44141aa11abc (diff) | |
ntp and udp
Diffstat (limited to 'net/netdev.c')
| -rw-r--r-- | net/netdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdint.h> -#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) { |
