fix broken dependency
[openadk.git] / package / tcl / patches / patch-generic_tcl_h
blob6263ba8f10473c25fdc7da9cd5a6b61da5527f04
1 --- tcl8.5.9.orig/generic/tcl.h 2010-08-04 19:02:39.000000000 +0200
2 +++ tcl8.5.9/generic/tcl.h      2014-01-20 11:18:37.000000000 +0100
3 @@ -19,6 +19,8 @@
4  #ifndef _TCL
5  #define _TCL
6  
7 +#include <sys/stat.h>
9  /*
10   * For C++ compilers, use extern "C"
11   */