2020-03-17 15:22:58 +08:00
|
|
|
diff --git a/generic/tclPort.h b/generic/tclPort.h
|
2020-07-29 19:59:52 +08:00
|
|
|
index 9485567..f329cde 100644
|
2020-03-17 15:22:58 +08:00
|
|
|
--- a/generic/tclPort.h
|
|
|
|
|
+++ b/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"
|
|
|
|
|
|