compilation breaks against tcl 8.4.x.
+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
#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.