summaryrefslogtreecommitdiff
path: root/kernel/network/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/network/udp.c')
-rw-r--r--kernel/network/udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/network/udp.c b/kernel/network/udp.c
index 6b40c1a..e9eb87c 100644
--- a/kernel/network/udp.c
+++ b/kernel/network/udp.c
@@ -1,5 +1,6 @@
#include <assert.h>
#include <network/bytes.h>
+#include <network/ethernet.h>
#include <network/ipv4.h>
#include <network/udp.h>
#include <socket.h>