]> granicus.if.org Git - apache/commitdiff
Get mod_cgid compiling again.
authorJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 20:42:11 +0000 (20:42 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 20:42:11 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85549 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index 138bd17b6572d80fd6ba541edb5af9e08f90b4cc..231230bd15cd2d4bdfe0dc40ae1aa3de3b56e4d8 100644 (file)
@@ -91,6 +91,8 @@
 #include "iol_socket.h"
 #include "unixd.h"
 #include <sys/un.h> /* for sockaddr_un */
+#include <sys/types.h>
+#include <sys/stat.h>
 
 module MODULE_VAR_EXPORT cgid_module;