Explorar el Código

misc/udp_proto.h: add missing include

ambrop7 hace 15 años
padre
commit
4907115067
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      misc/udp_proto.h

+ 1 - 0
misc/udp_proto.h

@@ -31,6 +31,7 @@
 
 #include <misc/debug.h>
 #include <misc/byteorder.h>
+#include <misc/ipv4_proto.h>
 
 struct udp_header {
     uint16_t source_port;