mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +01:00
12 lines
178 B
Diff
12 lines
178 B
Diff
--- 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"
|
|
*/
|