mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05:00
Fix compiler not finding libpgtcl.h header file
This commit is contained in:
parent
0ede7ca819
commit
0864a2ddae
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ static char sccsid[] = "@(#) tclAppInit.c 1.11 94/12/17 16:14:03";
|
|||
|
||||
#include "tcl.h"
|
||||
|
||||
#include "libpgtcl.h"
|
||||
#include <libpgtcl.h>
|
||||
|
||||
/*
|
||||
* The following variable is a special hack that is needed in order for
|
||||
|
|
|
|||
Loading…
Reference in a new issue