chiark / gitweb /
copyright dates
[chiark-tcl.git] / base / chiark-tcl.h
index 1ec2e4edbc1e5d91690c02fd31da1d28037a6beb..e2f3d4e76b1a314284bc60003ab097ecd2330275 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * base code for various Tcl extensions
- * Copyright 2006 Ian Jackson
+ * Copyright 2006-2012 Ian Jackson
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <limits.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
 #include <sys/un.h>