mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Use uniform wrapping for unistd.h, and don't include it if it's aready included via fileio.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -77,7 +77,9 @@
|
||||
#include "util_ldap.h"
|
||||
#include "util_ldap_cache.h"
|
||||
|
||||
#if APR_HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
module AP_MODULE_DECLARE_DATA ldap_module;
|
||||
|
||||
|
Reference in New Issue
Block a user