tcl: added patch to fix build with musl.

This commit is contained in:
Juan RP 2013-03-02 19:33:20 +01:00
parent e5828d0797
commit aa2f2db940

View file

@ -0,0 +1,11 @@
--- generic/tcl.h
+++ generic/tcl.h
@@ -17,6 +17,8 @@
#ifndef _TCL
#define _TCL
+#include <sys/stat.h>
+
/*
* For C++ compilers, use extern "C"
*/