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/connect.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/interfaces/ecpg/lib/connect.c') diff --git a/src/interfaces/ecpg/lib/connect.c b/src/interfaces/ecpg/lib/connect.c index 2618cc37ed8..e70299dc5f4 100644 --- a/src/interfaces/ecpg/lib/connect.c +++ b/src/interfaces/ecpg/lib/connect.c @@ -1,3 +1,7 @@ +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/connect.c,v 1.11 2001/08/24 14:07:49 petere Exp $ */ + +#include "postgres_fe.h" + #include "ecpgtype.h" #include "ecpglib.h" #include "ecpgerrno.h" -- cgit v1.2.3