aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent48ae3fd97331bea275128d7ac2bdeb1d20b2f760 (diff)
downloadgnunet-53611d8e9082f969245f686bd8942772fcdaffde.tar.gz
gnunet-53611d8e9082f969245f686bd8942772fcdaffde.zip
fix compat.h inclusion
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/include/platform.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 66086ad91..195cac075 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -26,6 +26,7 @@ else
26 26
27gnunetinclude_HEADERS = \ 27gnunetinclude_HEADERS = \
28 platform.h plibc.h $(WINPROC) gettext.h \ 28 platform.h plibc.h $(WINPROC) gettext.h \
29 compat.h \
29 gnunet_applications.h \ 30 gnunet_applications.h \
30 gnunet_arm_service.h \ 31 gnunet_arm_service.h \
31 gnunet_ats_service.h \ 32 gnunet_ats_service.h \
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