From b34b4100171a43f257439eb8ea037562938f862a Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Wed, 20 Aug 2014 14:47:48 +0200
Subject: [PATCH] Postgres: fix one more literal_X_string issue

---
 src/modules/Postgres/pgresult.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/Postgres/pgresult.c b/src/modules/Postgres/pgresult.c
index 558541ed46..74c1ef646e 100644
--- a/src/modules/Postgres/pgresult.c
+++ b/src/modules/Postgres/pgresult.c
@@ -76,6 +76,7 @@
 #include "mapping.h"
 #include "builtin_functions.h"
 #include "module_support.h"
+#include "pike_types.h"
 
 /* <server/postgres_fe.h> doesn't suffice to be able to include
  * <server/catalog/pg_type.h>.
-- 
GitLab