chiark / gitweb /
use tcl8.3/tcl.h
[chiark-tcl.git] / base / tcmdifgen
index da9832d8ba7e01d72708583ff668bf9d3195a389..22da4aea8e6ead31e12bb3f36c95bcea712be8eb 100755 (executable)
@@ -409,7 +409,7 @@ o(c, 0, "#include \"$prefix.h\"\n");
 o(h, 0,
   "#ifndef INCLUDED_\U${prefix}_H\n".
   "#define INCLUDED_\U${prefix}_H\n\n".
-  "#include <tcl.h>\n");
+  "#include <tcl8.3/tcl.h>\n");
 
 o(h, 400,
   "void setstringresult(Tcl_Interp*, const char*);\n".