]> granicus.if.org Git - apache/commitdiff
I _like_ malloca(), but it needs an include
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2001 19:29:45 +0000 (19:29 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2001 19:29:45 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90574 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 1fec57e0d1c83f54bebd24978c8632244e794baa..45712d51aea438250a73fdc0592ab69119bd47fb 100644 (file)
@@ -73,6 +73,7 @@
 #include "mpm_default.h"
 #include "mpm_winnt.h"
 #include "mpm_common.h"
+#include <malloc.h>
 
 typedef HANDLE thread;
 #ifdef CONTAINING_RECORD