summaryrefslogtreecommitdiff
path: root/ot_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_udp.c')
-rw-r--r--ot_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_udp.c b/ot_udp.c
index 94d7d3c..61624c5 100644
--- a/ot_udp.c
+++ b/ot_udp.c
@@ -3,6 +3,7 @@
3 3
4/* System */ 4/* System */
5#include <string.h> 5#include <string.h>
6#include <arpa/inet.h>
6 7
7/* Libowfat */ 8/* Libowfat */
8#include "socket.h" 9#include "socket.h"