Parcourir la source

adding _DEFAULT_SOURCE as proposed in #212

Stasik0 il y a 10 ans
Parent
commit
a87ef6bb9d
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/ua_util.h

+ 3 - 0
src/ua_util.h

@@ -15,6 +15,9 @@
 #ifndef _BSD_SOURCE
 # define _BSD_SOURCE
 #endif
+#ifndef _DEFAULT_SOURCE
+# define _DEFAULT_SOURCE
+#endif
 
 /*********************/
 /* Memory Management */