You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Victor J. Orlikowski" <v....@gte.net> on 2000/07/27 17:41:51 UTC

[PATCH] Small cleanup to mod_cgid.c

Cleans up a compile warning about not having strings.h

Index: src/modules/standard/mod_cgid.c
===================================================================
RCS file: /cvs/apache/apache-2.0/src/modules/standard/mod_cgid.c,v
retrieving revision 1.29
diff -u -r1.29 mod_cgid.c
--- mod_cgid.c	2000/07/21 19:50:53	1.29
+++ mod_cgid.c	2000/07/27 14:37:15
@@ -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>
 
-- 
Victor J. Orlikowski            v.j.orlikowski@gte.net
                                vjo@raleigh.ibm.com
                                vjo@us.ibm.com