aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtclId.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-11 12:14:45 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-11 12:14:45 +0000
commit2bdded3540a9723c240152a37627846433e61234 (patch)
treee12a14df0e0deaa7f2d86d51bf424c8e819a0625 /src/interfaces/libpgtcl/pgtclId.c
parent6913c8b4a49873139750a708178920bb74aeb9d5 (diff)
downloadpostgresql-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.c5
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"