blob: bdd3af35886cdcf21dccf65e52d134cfa1f94718 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../generic/tclPort.h.orig 2012-06-26 15:59:02.000000000 +0200
+++ ../generic/tclPort.h 2012-09-17 16:29:41.000000000 +0200
@@ -22,7 +22,7 @@
#endif
#include "tcl.h"
#if !defined(_WIN32)
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#if !defined(LLONG_MIN)
|