From 52c9d259335c9670f6487c5f40fc53b57a4c7b17 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 5 Sep 2002 00:43:07 +0000 Subject: Be careful to include postgres.h *before* any system headers, to ensure that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry. --- contrib/dblink/dblink.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/dblink/dblink.c') diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 899143adab3..7718b65f33c 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -26,9 +26,8 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * */ - -#include #include "postgres.h" + #include "libpq-fe.h" #include "libpq-int.h" #include "fmgr.h" -- cgit v1.2.3