Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00645eb

Browse files
committed
Fix include "" to <>
1 parent f839762 commit 00645eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgtclsh/pgtkAppInit.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1313
*/
1414

15-
#include "tk.h"
16-
#include "libpgtcl.h"
15+
#include <tk.h>
16+
#include <libpgtcl.h>
1717

1818
/*
1919
* The following variable is a special hack that is needed in order for

0 commit comments

Comments
 (0)