Browse Source

fixing mingw build

unknown 10 years ago
parent
commit
4dea9bb176
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ua_util.h

+ 2 - 0
src/ua_util.h

@@ -10,6 +10,8 @@
 #endif
 #ifndef _POSIX_SOURCE
 # define _POSIX_SOURCE
+#endif
+#ifndef _POSIX_C_SOURCE
 # define _POSIX_C_SOURCE 199309L
 #endif
 #ifndef _BSD_SOURCE