You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lua/luadbi/files/0.5-postgres-path.patch

9 lines
277 B

--- dbd/postgresql/dbd_postgresql.h.old 2010-05-01 06:25:12.000000000 +0200
+++ dbd/postgresql/dbd_postgresql.h 2011-04-19 16:59:53.364944209 +0200
@@ -1,5 +1,5 @@
#include <libpq-fe.h>
-#include <postgres_fe.h>
+#include <server/postgres_fe.h>
#include <dbd/common.h>
/*