12 lines
241 B
C
12 lines
241 B
C
|
--- generic/tclPort.h.orig 2016-06-01 12:03:50 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"
|
||
|
|