blob: d5825f4e37a89264d47abac7e1eda97488743edf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../generic/tclPort.h.orig 2011-04-26 17:14:03.000000000 +0200
+++ ../generic/tclPort.h 2011-08-09 14:25:40.620587462 +0200
@@ -22,7 +22,7 @@
#endif
#include "tcl.h"
#if !defined(_WIN32)
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#if defined(__CYGWIN__)
|