diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-20 21:58:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-20 21:58:30 +0100 |
commit | 1a3b09a9daae7dc8e116900f2a45a5d6f0bd12f0 (patch) | |
tree | 944cd85a8aa8374a3753289eb9b9ba6a4b6cd2bf /package/tcl/patches/patch-generic_tcl_h | |
parent | 00b8e7c5d5b969d043f2380fe3769892c3376012 (diff) | |
parent | 573562745c1c063d2c2f7bc1254c290b64ec0110 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tcl/patches/patch-generic_tcl_h')
-rw-r--r-- | package/tcl/patches/patch-generic_tcl_h | 11 |
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" + */ |