View | Details | Raw Unified | Return to bug 180344 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-generic-tclPort.h (+11 lines)
Line 0 Link Here
1
--- ../generic/tclPort.h.orig	2013-04-03 16:57:25.000000000 +0200
2
+++ ../generic/tclPort.h	2013-04-03 16:57:35.000000000 +0200
3
@@ -20,7 +20,7 @@
4
 #if defined(_WIN32)
5
 #   include "tclWinPort.h"
6
 #else
7
-#   include "tclUnixPort.h"
8
+#   include "../unix/tclUnixPort.h"
9
 #endif
10
 #include "tcl.h"
11

Return to bug 180344