Commit cdf498c5 authored by Tom Lane's avatar Tom Lane

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.
parent ac99ca68
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment