From: Marc G. Fournier Date: Thu, 25 Jul 1996 00:22:19 +0000 (+0000) Subject: Fix compiler not finding libpgtcl.h header file X-Git-Tag: Release_1_0_2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0864a2ddaedbf4da0837cfa84b6dd012a097cef8;p=thirdparty%2Fpostgresql.git Fix compiler not finding libpgtcl.h header file --- diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c index a4ee17a0323..acdce124f8d 100644 --- a/src/bin/pgtclsh/pgtclAppInit.c +++ b/src/bin/pgtclsh/pgtclAppInit.c @@ -17,7 +17,7 @@ static char sccsid[] = "@(#) tclAppInit.c 1.11 94/12/17 16:14:03"; #include "tcl.h" -#include "libpgtcl.h" +#include /* * The following variable is a special hack that is needed in order for