mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03: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:
@ -38,10 +38,11 @@
|
|||||||
#include "utils/memutils.h"
|
#include "utils/memutils.h"
|
||||||
|
|
||||||
#ifdef USE_LDAP
|
#ifdef USE_LDAP
|
||||||
#ifndef WIN32
|
#ifdef WIN32
|
||||||
|
#include <winldap.h>
|
||||||
|
#else
|
||||||
#include <ldap.h>
|
#include <ldap.h>
|
||||||
#endif
|
#endif
|
||||||
/* currently no Windows LDAP needed in this file */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user