Missing newline warning, missing include fixed

dynamic-accesslists
erdgeist 17 years ago
parent 49c4bbb47f
commit ad5fa66737

@ -319,4 +319,4 @@ void stats_issue_event( ot_status_event event, int is_tcp, size_t event_data ) {
default: default:
break; break;
} }
} }

@ -3,6 +3,7 @@
/* System */ /* System */
#include <string.h> #include <string.h>
#include <arpa/inet.h>
/* Libowfat */ /* Libowfat */
#include "socket.h" #include "socket.h"

@ -6,4 +6,4 @@
void handle_udp4( int64 serversocket ); void handle_udp4( int64 serversocket );
#endif #endif

Loading…
Cancel
Save