diff options
Diffstat (limited to 'system/tcl/tcl-stat64.patch')
-rw-r--r-- | system/tcl/tcl-stat64.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/tcl/tcl-stat64.patch b/system/tcl/tcl-stat64.patch new file mode 100644 index 000000000..388d79ac0 --- /dev/null +++ b/system/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" + */ |