diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
tree | a39593b292dbfcaad45924e9a20ae90300167524 /src/interfaces/ecpg/lib/memory.c | |
parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
download | postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.tar.gz postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.zip |
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.
Diffstat (limited to 'src/interfaces/ecpg/lib/memory.c')
-rw-r--r-- | src/interfaces/ecpg/lib/memory.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/lib/memory.c b/src/interfaces/ecpg/lib/memory.c index e6ef531128d..d7ff8799635 100644 --- a/src/interfaces/ecpg/lib/memory.c +++ b/src/interfaces/ecpg/lib/memory.c @@ -1,3 +1,7 @@ +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/memory.c,v 1.4 2001/08/24 14:07:49 petere Exp $ */ + +#include "postgres_fe.h" + #include "ecpgtype.h" #include "ecpglib.h" #include "ecpgerrno.h" |