From: Andi Gutmans Date: Thu, 7 Sep 2000 14:11:38 +0000 (+0000) Subject: - Get rid of build warning on Windows X-Git-Tag: php-4.0.3RC1~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f390d7e2aba3ef0ba85c27d5391b31481f357c75;p=php - Get rid of build warning on Windows --- 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 +#endif + #if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) # define tsrm_do_alloca(p) alloca(p) # define tsrm_free_alloca(p)