From: Tom Lane Date: Thu, 5 Sep 2002 20:57:00 +0000 (+0000) Subject: Fix compile warning. X-Git-Tag: REL7_3~542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2a242f988315279c8c620feab01fe4397a6cfbe;p=thirdparty%2Fpostgresql.git Fix compile warning. --- diff --git a/contrib/dbase/dbf.c b/contrib/dbase/dbf.c index 357966b499e..764ffcfc56d 100644 --- a/contrib/dbase/dbf.c +++ b/contrib/dbase/dbf.c @@ -8,14 +8,12 @@ set formatstring for real numbers */ -#include -#include -#include -#include -#include +#include "postgres_fe.h" + #include #include #include +#include #include "dbf.h"