Skip to content

Commit 6119445

Browse files
committed
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
1 parent 51336fe commit 6119445

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/util_mutex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
#include "http_config.h"
3535
#include "http_log.h"
3636
#include "util_mutex.h"
37+
#if AP_NEED_SET_MUTEX_PERMS
3738
#include "unixd.h"
39+
#endif
3840
#ifdef HAVE_UNISTD_H
3941
#include <unistd.h> /* getpid() */
4042
#endif

0 commit comments

Comments
 (0)