summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 17:53:45 +0000
committererdgeist <>2007-11-06 17:53:45 +0000
commitad5fa66737dd77260b881ca673d03b1c171fa7bd (patch)
tree45a389006c7e4e92052b6277505bd4ec4864688b
parent49c4bbb47f3ae86f2005600891a990b440e436fa (diff)
Missing newline warning, missing include fixed
-rw-r--r--ot_stats.c2
-rw-r--r--ot_udp.c1
-rw-r--r--ot_udp.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/ot_stats.c b/ot_stats.c
index 7cfb1dc..97e83dd 100644
--- a/ot_stats.c
+++ b/ot_stats.c
@@ -319,4 +319,4 @@ void stats_issue_event( ot_status_event event, int is_tcp, size_t event_data ) {
319 default: 319 default:
320 break; 320 break;
321 } 321 }
322} \ No newline at end of file 322}
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"
diff --git a/ot_udp.h b/ot_udp.h
index ba0d7e7..437e8ad 100644
--- a/ot_udp.h
+++ b/ot_udp.h
@@ -6,4 +6,4 @@
6 6
7void handle_udp4( int64 serversocket ); 7void handle_udp4( int64 serversocket );
8 8
9#endif \ No newline at end of file 9#endif