You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/01/16 19:58:13 UTC

svn commit: r735086 - /httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h

Author: wrowe
Date: Fri Jan 16 10:58:12 2009
New Revision: 735086

URL: http://svn.apache.org/viewvc?rev=735086&view=rev
Log:
apr_proc_mutex.h is called for by this very header

Modified:
    httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h

Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h?rev=735086&r1=735085&r2=735086&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h (original)
+++ httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h Fri Jan 16 10:58:12 2009
@@ -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: */