aboutsummaryrefslogtreecommitdiffhomepage
path: root/applause.c
diff options
context:
space:
mode:
Diffstat (limited to 'applause.c')
-rw-r--r--applause.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/applause.c b/applause.c
index 5853e32..e9ffd66 100644
--- a/applause.c
+++ b/applause.c
@@ -1,5 +1,5 @@
#define _XOPEN_SOURCE
-#define _POSIX_C_SOURCE 199506L
+//#define _POSIX_C_SOURCE 200112
#define _GNU_SOURCE
#include <stdio.h>
@@ -18,6 +18,7 @@
#include <sys/sem.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <pthread.h>