From: Ryan Bloom Date: Thu, 16 Aug 2001 14:12:39 +0000 (+0000) Subject: Fix a new error on Linux. X-Git-Tag: 2.0.24~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e238e59eb9388ef91cce949dd19148981bdb919;p=apache Fix a new error on Linux. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90215 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index b37e5b53c1..f6447a17b5 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -74,6 +74,7 @@ #include #include #include +#include typedef struct { uid_t uid;