]> granicus.if.org Git - apache/commitdiff
* modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operating
authorPaul Querna <pquerna@apache.org>
Mon, 27 Oct 2008 00:40:36 +0000 (00:40 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 27 Oct 2008 00:40:36 +0000 (00:40 +0000)
    systems that need it, which is required for for the use of unixd_config
    inside socache_dbm_init.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708066 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_dbm.c

index 0df9ad6f2e47ba793d5ad2420bb31f6dd49646f2..9901d7ed46dbf081e308c41d1bcb75152701f63f 100644 (file)
 
 #include "ap_socache.h"
 
+#if AP_NEED_SET_MUTEX_PERMS
+#include "unixd.h"
+#endif
+
 /* Use of the context structure must be thread-safe after the initial
  * create/init; callers must hold the mutex. */
 struct ap_socache_instance_t {