Get mod_cgid compiling again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2000-06-12 20:42:11 +00:00
parent 19a6c374b5
commit 374f895ac3

View 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;