From 560ff1d504ecabe0c6cf7b939b3f861275ae8d91 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 23 Aug 2001 19:29:45 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/mpm_winnt.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1