summaryrefslogtreecommitdiff
path: root/package/tcl/patches/patch-generic_tcl_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-20 11:29:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-20 11:29:13 +0100
commit5f00663e4aff088acd66fde2fd0fd2069f8ead3c (patch)
treed065ab6575d4f739570cc3d249800044b7a910ae /package/tcl/patches/patch-generic_tcl_h
parente979b689a571ccc86b5c0b3ad31933c30266f16b (diff)
musl fixes from alpinelinux
Diffstat (limited to 'package/tcl/patches/patch-generic_tcl_h')
-rw-r--r--package/tcl/patches/patch-generic_tcl_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tcl/patches/patch-generic_tcl_h b/package/tcl/patches/patch-generic_tcl_h
new file mode 100644
index 000000000..6263ba8f1
--- /dev/null
+++ b/package/tcl/patches/patch-generic_tcl_h
@@ -0,0 +1,11 @@
+--- tcl8.5.9.orig/generic/tcl.h 2010-08-04 19:02:39.000000000 +0200
++++ tcl8.5.9/generic/tcl.h 2014-01-20 11:18:37.000000000 +0100
+@@ -19,6 +19,8 @@
+ #ifndef _TCL
+ #define _TCL
+
++#include <sys/stat.h>
++
+ /*
+ * For C++ compilers, use extern "C"
+ */