chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / base / hook.c
index 571bf07186c680c12b37979706eecd348df897f6..9243724ecc91b3deaf08976949f6a6fa86a3be11 100644 (file)
@@ -1,9 +1,7 @@
 /*
  */
 
-#include <errno.h>
-
-#include "chiark-tcl.h"
+#include "chiark-tcl-base.h"
 
 int cht_staticerr(Tcl_Interp *ip, const char *m, const char *ec) {
   Tcl_SetResult(ip, (char*)m, TCL_STATIC);