aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 07:16:19 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 07:16:19 +0100
commit395be9a8fb85d172dcbb06826aed8b5b29ceeac2 (patch)
tree3ffbb3918316368c4400a34393e9febddc6bbad6 /src/include/platform.h
parent7c469133a0692a20ea4db3f91a9a12b2a1a448be (diff)
downloadgnunet-395be9a8fb85d172dcbb06826aed8b5b29ceeac2.tar.gz
gnunet-395be9a8fb85d172dcbb06826aed8b5b29ceeac2.zip
- Fix build of ats transport plugin not linking against libgnunetnt
- Add compat memrchr layer for Win32 and macOS
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index e12c49888..b0a7c0a47 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -70,6 +70,10 @@
70 70
71#define VERBOSE_STATS 0 71#define VERBOSE_STATS 0
72 72
73#if (defined WINDOWS) || (defined DARWIN)
74#include "compat.h"
75#endif
76
73#ifdef CYGWIN 77#ifdef CYGWIN
74#include <sys/reent.h> 78#include <sys/reent.h>
75#endif 79#endif