Explorar o código

add a define for multithreading

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
6b52e3c5dc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/server.c

+ 1 - 0
examples/server.c

@@ -24,6 +24,7 @@
 # include <unistd.h> //access
 #endif
 
+#define __USE_XOPEN2K
 #ifdef UA_MULTITHREADING
 # include <pthread.h>
 #endif