Fix compiler not finding libpgtcl.h header file

Release_1_0_3
Marc G. Fournier 30 years ago
parent 0ede7ca819
commit 0864a2ddae
  1. 2
      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 "tcl.h"
#include "libpgtcl.h" #include <libpgtcl.h>
/* /*
* The following variable is a special hack that is needed in order for * The following variable is a special hack that is needed in order for

Loading…
Cancel
Save