From ad5fa66737dd77260b881ca673d03b1c171fa7bd Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 6 Nov 2007 17:53:45 +0000 Subject: Missing newline warning, missing include fixed --- ot_stats.c | 2 +- ot_udp.c | 1 + ot_udp.h | 2 +- 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 ) { default: break; } -} \ No newline at end of file +} 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 @@ /* System */ #include +#include /* Libowfat */ #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 @@ void handle_udp4( int64 serversocket ); -#endif \ No newline at end of file +#endif -- cgit v1.2.3