mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Attempt to un-break Windows builds with USE_LDAP.
The buildfarm shows this case is entirely broken, and I'm betting the reason is lack of any include file.
This commit is contained in:
parent
ac99ca68d7
commit
cdf498c5d7
@ -38,10 +38,11 @@
|
||||
#include "utils/memutils.h"
|
||||
|
||||
#ifdef USE_LDAP
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <winldap.h>
|
||||
#else
|
||||
#include <ldap.h>
|
||||
#endif
|
||||
/* currently no Windows LDAP needed in this file */
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user