mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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
This commit is contained in:
@ -68,7 +68,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#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
|
||||
|
Reference in New Issue
Block a user