mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Missing newline warning, missing include fixed
This commit is contained in:
@ -319,4 +319,4 @@ void stats_issue_event( ot_status_event event, int is_tcp, size_t event_data ) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1
ot_udp.c
1
ot_udp.c
@ -3,6 +3,7 @@
|
||||
|
||||
/* System */
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/* Libowfat */
|
||||
#include "socket.h"
|
||||
|
2
ot_udp.h
2
ot_udp.h
@ -6,4 +6,4 @@
|
||||
|
||||
void handle_udp4( int64 serversocket );
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user