blob: 0b9323a4cd8f7553d1c78711036f7a7e2f7fba29 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- tcl.cc.orig Thu May 22 14:09:11 2003
+++ tcl.cc Thu May 22 14:09:21 2003
@@ -1,3 +1,4 @@
+#include <ctype.h>
#include <sys/time.h>
#include <unistd.h>
#include <sys/socket.h>
|