From c7bf9cc575dea15ecc8780afd34ffb3503f3249b Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 01:21:33 +0200 Subject: try to isolate netstack to library --- net/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/udp.h') diff --git a/net/udp.h b/net/udp.h index 2c30804..85aa248 100644 --- a/net/udp.h +++ b/net/udp.h @@ -1,5 +1,5 @@ -#include "netdev.h" #include +#include "netdev.h" struct udp_v4{ uint16_t src_port; -- cgit v1.2.3