]> granicus.if.org Git - php/commitdiff
- Get rid of build warning on Windows
authorAndi Gutmans <andi@php.net>
Thu, 7 Sep 2000 14:11:38 +0000 (14:11 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 7 Sep 2000 14:11:38 +0000 (14:11 +0000)
TSRM/tsrm_config_common.h

index 1bec4d86f87194fc4fd13cb65adb5c6f1cfcf984..f54911779270985643e65af16cac5cbd64dd6547 100644 (file)
 # 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)