summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-09-07 14:11:38 +0000
committerAndi Gutmans <andi@php.net>2000-09-07 14:11:38 +0000
commitf390d7e2aba3ef0ba85c27d5391b31481f357c75 (patch)
treeb4529534500e9446885c86387c849f8eed084ba9 /TSRM
parente5d8f20f171bb3a4b53860bd1ac58bdeed12ecd4 (diff)
downloadphp-git-f390d7e2aba3ef0ba85c27d5391b31481f357c75.tar.gz
- Get rid of build warning on Windows
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_config_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h
index 1bec4d86f8..f549117792 100644
--- a/TSRM/tsrm_config_common.h
+++ b/TSRM/tsrm_config_common.h
@@ -11,6 +11,10 @@
# include "tsrm_config.w32.h"
#endif
+#ifdef TSRM_WIN32
+#include <malloc.h>
+#endif
+
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2))
# define tsrm_do_alloca(p) alloca(p)
# define tsrm_free_alloca(p)