You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/01/02 17:37:45 UTC

svn commit: r730777 - /httpd/httpd/trunk/server/mpm/simple/simple_run.c

Author: rjung
Date: Fri Jan  2 08:37:44 2009
New Revision: 730777

URL: http://svn.apache.org/viewvc?rev=730777&view=rev
Log:
Include mpm_common.h in simple_run.c in order
to resolve ap_run_drop_privileges.

Modified:
    httpd/httpd/trunk/server/mpm/simple/simple_run.c

Modified: httpd/httpd/trunk/server/mpm/simple/simple_run.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/simple/simple_run.c?rev=730777&r1=730776&r2=730777&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/simple/simple_run.c (original)
+++ httpd/httpd/trunk/server/mpm/simple/simple_run.c Fri Jan  2 08:37:44 2009
@@ -28,6 +28,7 @@
 
 #include "ap_listen.h"
 #include "mpm.h"
+#include "mpm_common.h"
 
 /**
  * Create Timers.