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