diff options
Diffstat (limited to 'src/bin/pgtclsh')
-rw-r--r-- | src/bin/pgtclsh/pgtclAppInit.c | 2 | ||||
-rw-r--r-- | src/bin/pgtclsh/pgtkAppInit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c index 184c933475a..f5fdfeec460 100644 --- a/src/bin/pgtclsh/pgtclAppInit.c +++ b/src/bin/pgtclsh/pgtclAppInit.c @@ -14,7 +14,7 @@ #include <tcl.h> -#include <libpgtcl.h> +#include "libpgtcl.h" /* * The following variable is a special hack that is needed in order for diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 9afa90bd72e..798bc67b4e0 100644 --- a/src/bin/pgtclsh/pgtkAppInit.c +++ b/src/bin/pgtclsh/pgtkAppInit.c @@ -13,7 +13,7 @@ */ #include <tk.h> -#include <libpgtcl.h> +#include "libpgtcl.h" /* * The following variable is a special hack that is needed in order for |