mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
9a552c75b3
Some minor adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
215 B
Diff
13 lines
215 B
Diff
--- a/src/stream.c
|
|
+++ b/src/stream.c
|
|
@@ -81,6 +81,9 @@
|
|
#include <netinet/in.h>
|
|
#include <netinet/tcp.h>
|
|
#include <arpa/inet.h>
|
|
+#ifndef _POSIX_SOURCE
|
|
+#define _POSIX_SOURCE
|
|
+#endif
|
|
#include <netdb.h>
|
|
#endif
|
|
|