34a215f0c3
This is the development (trunk) version of Tcl, currently tagged 8.7.a0. I plan to integrate this into the USES=tcl framework once 8.7.0 is released. Use at your at your own risk.
11 lines
241 B
C
11 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"
|
|
|