diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-11 12:14:45 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-11 12:14:45 +0000 |
commit | 2bdded3540a9723c240152a37627846433e61234 (patch) | |
tree | e12a14df0e0deaa7f2d86d51bf424c8e819a0625 /src/interfaces/libpgtcl/pgtclId.c | |
parent | 6913c8b4a49873139750a708178920bb74aeb9d5 (diff) | |
download | postgresql-2bdded3540a9723c240152a37627846433e61234.tar.gz postgresql-2bdded3540a9723c240152a37627846433e61234.zip |
Various cleanups from D'Arcy
Diffstat (limited to 'src/interfaces/libpgtcl/pgtclId.c')
-rw-r--r-- | src/interfaces/libpgtcl/pgtclId.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/pgtclId.c b/src/interfaces/libpgtcl/pgtclId.c index 53654b6da7f..f39342c002e 100644 --- a/src/interfaces/libpgtcl/pgtclId.c +++ b/src/interfaces/libpgtcl/pgtclId.c @@ -12,15 +12,16 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.2 1996/10/30 06:18:41 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.3 1996/11/11 12:14:45 scrappy Exp $ * *------------------------------------------------------------------------- */ #include <stdlib.h> #include <string.h> -#include "tcl.h" +#include <tcl.h> +#include "postgres.h" #include "pgtclCmds.h" #include "pgtclId.h" |