forked from pool/lua-luadbi
13 lines
270 B
Diff
13 lines
270 B
Diff
|
---
|
||
|
dbd/postgresql/dbd_postgresql.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/dbd/postgresql/dbd_postgresql.h
|
||
|
+++ b/dbd/postgresql/dbd_postgresql.h
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#include <libpq-fe.h>
|
||
|
+#include <pgsql/libpq-fe.h>
|
||
|
#include <dbd/common.h>
|
||
|
|
||
|
/*
|