diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-10 18:39:22 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-10 18:39:22 +0100 |
commit | 486c778c4e0b1415c9d8047acbd4896ead23b968 (patch) | |
tree | 1c7cacfc73001313457fe8c4bc2537daa02d9f42 /support | |
parent | Make the config file use SetOutputFilter, since AddOutputFilter is (diff) | |
download | apache2-486c778c4e0b1415c9d8047acbd4896ead23b968.tar.xz apache2-486c778c4e0b1415c9d8047acbd4896ead23b968.zip |
Header file cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/suexec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/suexec.c b/support/suexec.c index 76b279ce6f..3d559cb5e0 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -74,9 +74,11 @@ #include <sys/types.h> #include <string.h> #include <time.h> +#include <unistd.h> #include <stdio.h> #include <stdarg.h> +#include <stdlib.h> #include "suexec.h" #include "ap_config_auto.h" |