summaryrefslogtreecommitdiffstats
path: root/server/mpm/simple/simple_run.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-25 09:43:28 +0100
committerJeff Trawick <trawick@apache.org>2009-03-25 09:43:28 +0100
commitfb89b98641e687aefffbc7e100377f0aabb3745f (patch)
treeb5cd0425df53085a4084f9535d732a68f8d33c99 /server/mpm/simple/simple_run.c
parent* configure.in: Allow configure to be built without find_apu.m4, (diff)
downloadapache2-fb89b98641e687aefffbc7e100377f0aabb3745f.tar.xz
apache2-fb89b98641e687aefffbc7e100377f0aabb3745f.zip
header file tweaks required for compilability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--server/mpm/simple/simple_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c
index 06c5496d4c..b51a14ac14 100644
--- a/server/mpm/simple/simple_run.c
+++ b/server/mpm/simple/simple_run.c
@@ -18,6 +18,7 @@
#include "httpd.h"
#include "http_log.h"
+#include "http_main.h"
#include "simple_types.h"
#include "simple_event.h"
#include "simple_children.h"
@@ -27,7 +28,6 @@
#include "scoreboard.h"
#include "ap_listen.h"
-#include "mpm.h"
#include "mpm_common.h"
/**