Skip to content
Snippets Groups Projects
Commit 6fa43c88 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Do not include internal PostgreSQL header

This breaks the classic build with --enable-pgsql since the internal
header may not be found in the expected place for PostgreSQL 10.x.
parent d34c7e5e
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@
#include "TSQLStatement.h"
#include <libpq-fe.h>
#include <pg_config.h> // to get PG_VERSION_NUM
#ifdef USE_LDAP
#undef USE_LDAP
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment