Selaa lähdekoodia

fixing mingw build

unknown 10 vuotta sitten
vanhempi
commit
4dea9bb176
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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