mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix include "" to <>
This commit is contained in:
parent
f839762e0b
commit
00645eb1fd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
*/
|
||||
|
||||
#include "tk.h"
|
||||
#include "libpgtcl.h"
|
||||
#include <tk.h>
|
||||
#include <libpgtcl.h>
|
||||
|
||||
/*
|
||||
* The following variable is a special hack that is needed in order for
|
||||
|
|
|
|||
Loading…
Reference in a new issue