aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 09:10:56 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 09:10:56 +0100
commit48ae3fd97331bea275128d7ac2bdeb1d20b2f760 (patch)
tree1cf914a1366bb9884d74459c3c1812caeaafcfd2 /src/include/platform.h
parent395be9a8fb85d172dcbb06826aed8b5b29ceeac2 (diff)
downloadgnunet-48ae3fd97331bea275128d7ac2bdeb1d20b2f760.tar.gz
gnunet-48ae3fd97331bea275128d7ac2bdeb1d20b2f760.zip
make memrchr detection more general as some linux libcs such as musl or diet do not have memrchr either
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index b0a7c0a47..6ea70dc6c 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -70,9 +70,7 @@
70 70
71#define VERBOSE_STATS 0 71#define VERBOSE_STATS 0
72 72
73#if (defined WINDOWS) || (defined DARWIN)
74#include "compat.h" 73#include "compat.h"
75#endif
76 74
77#ifdef CYGWIN 75#ifdef CYGWIN
78#include <sys/reent.h> 76#include <sys/reent.h>