Blob Blame History Raw
--- gdal-2.0.0-fedora/apps/gdalserver.c~	2015-08-09 09:08:49.645792201 +0100
+++ gdal-2.0.0-fedora/apps/gdalserver.c	2015-08-09 09:08:55.906683962 +0100
@@ -28,7 +28,7 @@
  ****************************************************************************/
 
 #if defined(__STDC_VERSION__)
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 600
 #endif
 
 #include "cpl_port.h"