change location of header file

This commit is contained in:
Chris Cromer 2018-12-21 22:52:06 -03:00
parent 4674135569
commit 30cc3a79d1
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include <stdio.h>
#include <libpq-fe.h>
#include <postgresql/libpq-fe.h>
int main(int argc, char *argv[]) {
PGconn *conn;