aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-17 17:23:01 +0000
committerLRN <lrn1986@gmail.com>2013-10-17 17:23:01 +0000
commit2552b17f7778148d1b929d5b2375e644a5e3863e (patch)
treecce01ba8e083a10d6c68e4c196e78796c0f75cdb /src
parent7c55c3dd9fad099aa13a6c3ebfdb4b36148f29c5 (diff)
downloadgnunet-2552b17f7778148d1b929d5b2375e644a5e3863e.tar.gz
gnunet-2552b17f7778148d1b929d5b2375e644a5e3863e.zip
Define _XOPEN_SOURCE to an integer, don't leave it empty
Diffstat (limited to 'src')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 9d58427b9..5591f2547 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -54,7 +54,7 @@
54 * For strptime (glibc2 needs this). 54 * For strptime (glibc2 needs this).
55 */ 55 */
56#ifndef _XOPEN_SOURCE 56#ifndef _XOPEN_SOURCE
57#define _XOPEN_SOURCE 57#define _XOPEN_SOURCE 499
58#endif 58#endif
59 59
60#ifndef _REENTRANT 60#ifndef _REENTRANT