]> granicus.if.org Git - apache/commitdiff
Include <strings.h> if we have it to get protos for strcase* on AIX.
authorJeff Trawick <trawick@apache.org>
Mon, 31 Jul 2000 17:22:01 +0000 (17:22 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 31 Jul 2000 17:22:01 +0000 (17:22 +0000)
Submitted by: Victor J. Orlikowski <vjo@raleigh.ibm.com>
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85965 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index cbd982e9820f6f5eabf26072c80d34a0fbf158ab..e8b1bc537f27d9ee13ed89557f135743f2f8ff7d 100644 (file)
@@ -98,6 +98,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 #include <sys/un.h> /* for sockaddr_un */
 #include <sys/types.h>