From: William A. Rowe Jr Date: Fri, 16 Jan 2009 18:58:12 +0000 (+0000) Subject: apr_proc_mutex.h is called for by this very header X-Git-Tag: 2.3.2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=034667d6424191f31193c9c787ec141ccd139780;p=apache apr_proc_mutex.h is called for by this very header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 8cb36d9484..8fd4f4d0f7 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -25,6 +25,7 @@ #ifndef APACHE_MPM_WINNT_H #define APACHE_MPM_WINNT_H +#include "apr_proc_mutex.h" #include "ap_listen.h" /* From service.c: */