-remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure calling...
[oweals/gnunet.git] / src / include / platform.h
index 9d58427b9ed8d0ca76a373ac5298ef2e3749d687..5591f2547ea92ad8c1d696308c91ea4613e3adcd 100644 (file)
@@ -54,7 +54,7 @@
  * For strptime (glibc2 needs this).
  */
 #ifndef _XOPEN_SOURCE
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 499
 #endif
 
 #ifndef _REENTRANT