mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-23 06:47:14 +08:00
Fix compiler not finding libpgtcl.h header file
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user