blob: a07475554e34b94addc157e75034ae7657a54a64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- plug-ins/gimptcl/gtclMain.c.orig Thu Jan 29 01:34:18 1998
+++ plug-ins/gimptcl/gtclMain.c Thu Jan 29 01:35:15 1998
@@ -29,8 +29,8 @@
#include <string.h>
#include <stdlib.h>
#include <libgimp/gimp.h>
-#include <tcl.h>
-#include <tk.h>
+#include <tcl8.0/tcl.h>
+#include <tk8.0/tk.h>
#include "gtcl.h"
|