blob: 388d79ac01231538f4115cc7dd1f57a84b0414b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tcl8.6.0.org/generic/tcl.h
+++ tcl8.6.0/generic/tcl.h
@@ -17,6 +17,8 @@
#ifndef _TCL
#define _TCL
+#include <sys/stat.h>
+
/*
* For C++ compilers, use extern "C"
*/
|