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