From: dgaudet Date: Sun, 29 Jun 1997 17:41:29 +0000 (+0000) Subject: PR#773: string.h is ANSI, strings.h isn't. Use string.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8c5b0f19f92a92044a1cf7ab00b3e9ab5871f9;p=thirdparty%2Fapache%2Fhttpd.git PR#773: string.h is ANSI, strings.h isn't. Use string.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78441 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/support/suexec.c b/APACHE_1_2_X/src/support/suexec.c index 18d2327353b..6e63d3f7bf4 100644 --- a/APACHE_1_2_X/src/support/suexec.c +++ b/APACHE_1_2_X/src/support/suexec.c @@ -75,7 +75,7 @@ #include #include #include -#include +#include #include #include #include