tcl/tcl-8.6.10-hidden.patch

14 lines
297 B
Diff
Raw Permalink Normal View History

diff --git a/generic/tclPort.h b/generic/tclPort.h
2020-07-29 19:59:52 +08:00
index 9485567..f329cde 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -20,7 +20,7 @@
#if defined(_WIN32)
# include "tclWinPort.h"
#else
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#include "tcl.h"