Skip to content

Commit e811aba

Browse files
committed
postgres: Fix #include directive for libpq-fe.h.
Reported by @philwinn.
1 parent c0d7341 commit e811aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <pqxx/pqxx>
1212

1313
extern "C" {
14-
#include <postgresql/libpq-fe.h>
14+
#include <libpq-fe.h>
1515
}
1616

1717
#define OID long

0 commit comments

Comments
 (0)