From: William A. Rowe Jr Date: Thu, 23 Aug 2001 19:29:45 +0000 (+0000) Subject: I _like_ malloca(), but it needs an include X-Git-Tag: 2.0.25~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=560ff1d504ecabe0c6cf7b939b3f861275ae8d91;p=apache I _like_ malloca(), but it needs an include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90574 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 1fec57e0d1..45712d51ae 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -73,6 +73,7 @@ #include "mpm_default.h" #include "mpm_winnt.h" #include "mpm_common.h" +#include typedef HANDLE thread; #ifdef CONTAINING_RECORD