mirror of
git://erdgeist.org/opentracker
synced 2025-07-23 08:55:19 +02:00
Missing newline warning, missing include fixed
This commit is contained in:
parent
49c4bbb47f
commit
ad5fa66737
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue