forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
182 B
C++
7 lines
182 B
C++
--- 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>
|