浏览代码

misc/udp_proto.h: add missing include

ambrop7 15 年之前
父节点
当前提交
4907115067
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;