diff options
author | Anton Kling <anton@kling.gg> | 2024-11-28 00:06:09 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-11-28 00:12:17 +0100 |
commit | 54869df7835565d0983096f65326cdd2d5f4f3d8 (patch) | |
tree | 3124d37d170bb14bfcc315442e410c0b76a05cf1 /kernel/network/udp.c | |
parent | 5fdba54196c7171ddebb29aef597b965a1b1ead1 (diff) |
changes
Diffstat (limited to 'kernel/network/udp.c')
-rw-r--r-- | kernel/network/udp.c | 1 |
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> |