summaryrefslogtreecommitdiff
path: root/tcl-8.6.10-hidden.patch
blob: 0d8449393e00108fc32fb2e0f5a48efb9822b527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/generic/tclPort.h b/generic/tclPort.h
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"