aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/libpgtcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r--src/interfaces/libpgtcl/libpgtcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h
index 778d7c3fa79..c1a7bd96c65 100644
--- a/src/interfaces/libpgtcl/libpgtcl.h
+++ b/src/interfaces/libpgtcl/libpgtcl.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpgtcl.h,v 1.9 2000/01/26 05:58:43 momjian Exp $
+ * $Id: libpgtcl.h,v 1.10 2000/05/29 21:25:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@
#ifndef LIBPGTCL_H
#define LIBPGTCL_H
-#include "tcl.h"
+#include <tcl.h>
extern int Pgtcl_Init(Tcl_Interp *interp);
extern int Pgtcl_SafeInit(Tcl_Interp *interp);