diff options
author | Bruce Momjian | 2000-05-29 21:25:07 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-29 21:25:07 +0000 |
commit | 6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch) | |
tree | 2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/interfaces/libpgtcl/libpgtcl.h | |
parent | 6ed00fee535018b1966a61491a4af07f078b4c68 (diff) |
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 4 |
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); |