chiark / gitweb /
import changes from debian archive
[chiark-tcl.git] / base / chiark-tcl.h
index 5ee975aa072b4975a8b36c5a97ebda7ebad746e2..a4c073a27611f4cf2ff15e572029c832df566074 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 #include <arpa/inet.h>
+#include <limits.h>
 
 #ifndef _TCL /* if someone already included some tcl.h, use that */
 #include <tcl.h>
@@ -106,7 +107,7 @@ void cht_objfreeir(Tcl_Obj *o);
 int cht_get_urandom(Tcl_Interp *ip, Byte *buffer, int l);
 
 void cht_obj_updatestr_vstringls(Tcl_Obj *o, ...);
-  /* const char*, int, const char*, int, ..., (const char*)0 */
+  /* const char*, size_t, const char*, size_t, ..., (const char*)0 */
 void cht_obj_updatestr_string_len(Tcl_Obj *o, const char *str, int l);
 void cht_obj_updatestr_string(Tcl_Obj *o, const char *str);