From: Jeff Trawick Date: Tue, 24 Nov 2009 17:55:37 +0000 (+0000) Subject: fix Win32 compile failure in r883540, reported by Gregg Smith X-Git-Tag: 2.3.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfde79c6971647693403e5a5bb5cbda2a92641e;p=thirdparty%2Fapache%2Fhttpd.git fix Win32 compile failure in r883540, reported by Gregg Smith git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883802 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_mutex.c b/server/util_mutex.c index 29d554a0353..dba77f751ee 100644 --- a/server/util_mutex.c +++ b/server/util_mutex.c @@ -34,7 +34,9 @@ #include "http_config.h" #include "http_log.h" #include "util_mutex.h" +#if AP_NEED_SET_MUTEX_PERMS #include "unixd.h" +#endif #ifdef HAVE_UNISTD_H #include /* getpid() */ #endif