You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
215 B

--- a/src/stream.c
+++ b/src/stream.c
@@ -92,6 +92,9 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
+#ifndef _POSIX_SOURCE
+#define _POSIX_SOURCE
+#endif
#include <netdb.h>
#endif