diff options
author | erdgeist <> | 2007-11-06 17:53:45 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-06 17:53:45 +0000 |
commit | ad5fa66737dd77260b881ca673d03b1c171fa7bd (patch) | |
tree | 45a389006c7e4e92052b6277505bd4ec4864688b /ot_udp.c | |
parent | 49c4bbb47f3ae86f2005600891a990b440e436fa (diff) |
Missing newline warning, missing include fixed
Diffstat (limited to 'ot_udp.c')
-rw-r--r-- | ot_udp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |