summaryrefslogtreecommitdiff
path: root/main/tcl/tcl-stat64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/tcl/tcl-stat64.patch')
-rw-r--r--main/tcl/tcl-stat64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/tcl/tcl-stat64.patch b/main/tcl/tcl-stat64.patch
new file mode 100644
index 00000000000..388d79ac012
--- /dev/null
+++ b/main/tcl/tcl-stat64.patch
@@ -0,0 +1,11 @@
+--- tcl8.6.0.org/generic/tcl.h
++++ tcl8.6.0/generic/tcl.h
+@@ -17,6 +17,8 @@
+ #ifndef _TCL
+ #define _TCL
+
++#include <sys/stat.h>
++
+ /*
+ * For C++ compilers, use extern "C"
+ */