From d52149920bc210a739882e00e9fd9b419487ceb1 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 28 Sep 2002 00:26:27 +0000 Subject: [PATCH] Re-order header files in suexec.c. This adds apr.h, which is required to get the apr macros. Other than that, it is just for clarity. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96995 13f79535-47bb-0310-9956-ffa450edef68 --- support/suexec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/support/suexec.c b/support/suexec.c index cb8e126965..1f8f3ee50e 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -68,7 +68,10 @@ * */ +#include "apr.h" #include "ap_config.h" +#include "suexec.h" + #include #include #include @@ -82,8 +85,6 @@ #include #include -#include "suexec.h" - #ifdef HAVE_PWD_H #include #endif -- 2.50.1