* generic/vfs.c: continue to #include tclPort.h, otherwise
authorDaniel Steffen <das@users.sourceforge.net>
Tue, 18 May 2004 14:08:48 +0000 (14:08 +0000)
committerDaniel Steffen <das@users.sourceforge.net>
Tue, 18 May 2004 14:08:48 +0000 (14:08 +0000)
        compilation breaks against tcl 8.4.x.

ChangeLog
generic/vfs.c

index eb1bbc949107aae9ee1cbb408c1c8eef58b55035..082dfdf6e68192bbb675e4e9719793bd9a25eb30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-18  Daniel Steffen <das@users.sourceforge.net>
+
+        * generic/vfs.c: continue to #include tclPort.h, otherwise
+        compilation breaks against tcl 8.4.x.
+
 2004-04-01  Vince Darley <vincentdarley@sourceforge.net>
 
         * generic/vfs.c: added #include tclInt.h given recent Tcl
index 7f9e242166ff48103e324731cd9da964a8b413e4..548332002847e0f6fee2147cee6a852d2a062f29 100644 (file)
@@ -22,6 +22,7 @@
 #include <tcl.h>
 /* Required to access the 'stat' structure fields, and TclInExit() */
 #include "tclInt.h"
+#include "tclPort.h"
 
 /*
  * Windows needs to know which symbols to export.  Unix does not.