Sfoglia il codice sorgente

fixing mingw build

unknown 10 anni fa
parent
commit
4dea9bb176
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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