summaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index d0591b107..8bd2e6706 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -111,6 +111,9 @@
111#ifdef WINDOWS 111#ifdef WINDOWS
112#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */ 112#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */
113#endif 113#endif
114#ifdef HAVE_MALLOC_H
115#include <malloc.h> /* for mallinfo on GNU */
116#endif
114#ifndef _MSC_VER 117#ifndef _MSC_VER
115#include <unistd.h> /* KLB_FIX */ 118#include <unistd.h> /* KLB_FIX */
116#endif 119#endif