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