aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 15:21:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 15:21:45 +0100
commit53611d8e9082f969245f686bd8942772fcdaffde (patch)
tree8ed27970dd9f013867914f48fca6cf21a4d254c4 /src/include/platform.h
parent48ae3fd97331bea275128d7ac2bdeb1d20b2f760 (diff)
downloadgnunet-53611d8e9082f969245f686bd8942772fcdaffde.tar.gz
gnunet-53611d8e9082f969245f686bd8942772fcdaffde.zip
fix compat.h inclusion
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 6ea70dc6c..1bae7ca44 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -70,8 +70,6 @@
70 70
71#define VERBOSE_STATS 0 71#define VERBOSE_STATS 0
72 72
73#include "compat.h"
74
75#ifdef CYGWIN 73#ifdef CYGWIN
76#include <sys/reent.h> 74#include <sys/reent.h>
77#endif 75#endif
@@ -199,6 +197,7 @@
199#endif 197#endif
200 198
201#include "plibc.h" 199#include "plibc.h"
200#include "compat.h"
202 201
203#include <locale.h> 202#include <locale.h>
204#ifndef FRAMEWORK_BUILD 203#ifndef FRAMEWORK_BUILD