From: Jeff Trawick Date: Wed, 19 Jul 2000 18:04:24 +0000 (+0000) Subject: Get mod_cgid.c to compile on OS/390 again. It needs unistd.h X-Git-Tag: APACHE_2_0_ALPHA_5~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510681a27d91eafb12089ebbc9810d19172e4734;p=apache Get mod_cgid.c to compile on OS/390 again. It needs unistd.h for STDERR_FILENO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85862 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index c9047b24da..0ec7ab7b11 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -94,6 +94,9 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #include /* for sockaddr_un */ #include