1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Fix include "" to <>

This commit is contained in:
Bruce Momjian 2000-04-26 22:51:14 +00:00
parent f839762e0b
commit 00645eb1fd

View File

@ -12,8 +12,8 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES. * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/ */
#include "tk.h" #include <tk.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