Fix include "" to <>

REL7_0_PATCHES
Bruce Momjian 26 years ago
parent f839762e0b
commit 00645eb1fd
  1. 4
      src/bin/pgtclsh/pgtkAppInit.c

@ -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…
Cancel
Save