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.
pull/3/head
Tom Lane 13 years ago
parent ac99ca68d7
commit cdf498c5d7
  1. 5
      src/backend/libpq/hba.c

@ -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…
Cancel
Save