patch-generic_tcl_h 251 B

1234567891011
  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. +#include <sys/stat.h>
  7. +
  8. /*
  9. * For C++ compilers, use extern "C"
  10. */