mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04: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
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue