Browse Source

adding _DEFAULT_SOURCE as proposed in #212

Stasik0 10 years ago
parent
commit
a87ef6bb9d
1 changed files with 3 additions and 0 deletions
  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 */