Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 3d91101bdce3a71115ece8d8a8bddd82 > files > 5

tcl-8.6-0.b1.1mdv2009.1.src.rpm

--- tcl8.6b1/generic/tclPort.h	2008-11-04 15:57:41.000000000 -0800
+++ tcl8.6b1/generic/tclPort.h.new	2008-12-20 10:02:07.000000000 -0800
@@ -24,7 +24,7 @@
 #if defined(__WIN32__)
 #   include "tclWinPort.h"
 #else
-#   include "tclUnixPort.h"
+#   include "../unix/tclUnixPort.h"
 #endif
 
 #if !defined(LLONG_MIN)