From 968d7733a19cda3db16947024bd335d877b3d9c3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2001 14:07:50 +0000 Subject: Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of places that were including the wrong files. --- src/interfaces/ecpg/lib/error.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/interfaces/ecpg/lib/error.c') diff --git a/src/interfaces/ecpg/lib/error.c b/src/interfaces/ecpg/lib/error.c index 72b005bb9ac..c16fb8395a0 100644 --- a/src/interfaces/ecpg/lib/error.c +++ b/src/interfaces/ecpg/lib/error.c @@ -1,3 +1,7 @@ +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/error.c,v 1.9 2001/08/24 14:07:49 petere Exp $ */ + +#include "postgres_fe.h" + #include #include "ecpgerrno.h" -- cgit v1.2.3