Missing newline warning, missing include fixed
parent
49c4bbb47f
commit
ad5fa66737
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue