]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix Win32 compile failure in r883540, reported by Gregg Smith
authorJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 17:55:37 +0000 (17:55 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 17:55:37 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883802 13f79535-47bb-0310-9956-ffa450edef68

server/util_mutex.c

index 29d554a0353609adf47cf66cd6f58c1e241270ef..dba77f751eec8fdb8369ad387e321cb33a5e46ba 100644 (file)
@@ -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 <unistd.h> /* getpid() */
 #endif