blob: d36d5c54bc50897501a2213f6b0829c820c077fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- generic/tclPort.h.orig 2016-02-25 20:12:37 UTC
+++ 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"
|