PostgresSQL: include changed in posix

git-svn-id: svn://ultimatepp.org/upp/trunk@15560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-12-01 17:50:57 +00:00
parent 3faf898d4b
commit ce4f847e78

View file

@ -4,11 +4,7 @@
#ifndef flagNOPOSTGRESQL
#include <Sql/Sql.h>
#ifdef PLATFORM_WIN32
#include <libpq-fe.h>
#elif defined(PLATFORM_POSIX)
#include <postgresql/libpq-fe.h>
#endif
// debian: sudo apt-get install libpq-dev