aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/config.h.cmake.in
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-01-12 14:44:18 +0200
committerRiccardo Spagni <ric@spagni.net>2016-01-12 14:44:18 +0200
commitd75614218b8039e31ffe513c8fa8fe5c82235130 (patch)
treeada7d1dae107854708c0dc62cdcbc63dd7675dd5 /external/unbound/config.h.cmake.in
parentMerge pull request #603 (diff)
parentCleanup symbol clashes, stdlib header (diff)
downloadmonero-d75614218b8039e31ffe513c8fa8fe5c82235130.tar.xz
Merge pull request #605
fcf31f3 Cleanup symbol clashes, stdlib header (Howard Chu)
Diffstat (limited to 'external/unbound/config.h.cmake.in')
-rw-r--r--external/unbound/config.h.cmake.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in
index 9658c8693..87c282f25 100644
--- a/external/unbound/config.h.cmake.in
+++ b/external/unbound/config.h.cmake.in
@@ -781,8 +781,11 @@
#endif
#include <assert.h>
-#if STDC_HEADERS
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
+
+#if STDC_HEADERS
#include <stddef.h>
#endif