]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Missing newline warning, missing include fixed
authorerdgeist <>
Tue, 6 Nov 2007 17:53:45 +0000 (17:53 +0000)
committererdgeist <>
Tue, 6 Nov 2007 17:53:45 +0000 (17:53 +0000)
ot_stats.c
ot_udp.c
ot_udp.h

index 7cfb1dc34265407e5e9d73f87a86833c2a1ccfb3..97e83dd828d774eea785131b719fdc025544d59c 100644 (file)
@@ -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
+}
index 94d7d3c3a16fa81868e4b4db2ebf4eb5faeeaf50..61624c52cb68a5994cc34ea349436bb105ab3b97 100644 (file)
--- a/ot_udp.c
+++ b/ot_udp.c
@@ -3,6 +3,7 @@
 
 /* System */
 #include <string.h>
+#include <arpa/inet.h>
 
 /* Libowfat */
 #include "socket.h"
index ba0d7e7c541f147932999c4de32198fefe6d0d74..437e8ad4d1b9dee34e917f8722c76e6d49d4644a 100644 (file)
--- 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