From 4cbd21f2ae3b4dbbe881ebf8e5d5b6dcf59ec67b Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 21 Oct 2009 11:19:29 +0200 Subject: Moved status codes into its own header file --- server/parser/pgsql.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/parser/pgsql.c') diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c index 930bfc2..4ed1ae0 100644 --- a/server/parser/pgsql.c +++ b/server/parser/pgsql.c @@ -41,6 +41,7 @@ #include #include #include +#include /** * Connect to a database, based on the given configuration -- cgit