]> granicus.if.org Git - apache/commitdiff
Re-order header files in suexec.c. This adds apr.h, which is required
authorRyan Bloom <rbb@apache.org>
Sat, 28 Sep 2002 00:26:27 +0000 (00:26 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 28 Sep 2002 00:26:27 +0000 (00:26 +0000)
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

index cb8e126965d81d45827fd3fa6affd90b5724261d..1f8f3ee50ea49fe770a5bded60635e9c500a2c63 100644 (file)
  *
  */
 
+#include "apr.h"
 #include "ap_config.h"
+#include "suexec.h"
+
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -82,8 +85,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 
-#include "suexec.h"
-
 #ifdef HAVE_PWD_H
 #include <pwd.h>
 #endif