Skip to content
Snippets Groups Projects
Commit 0864a2dd authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Fix compiler not finding libpgtcl.h header file

parent 0ede7ca8
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ static char sccsid[] = "@(#) tclAppInit.c 1.11 94/12/17 16:14:03"; ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment