From: Daniel Steffen Date: Tue, 18 May 2004 14:08:48 +0000 (+0000) Subject: * generic/vfs.c: continue to #include tclPort.h, otherwise X-Git-Tag: vfs-1-4~101 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=45d82a12bf1a476d83e572c13516979d5c983ec9;p=tclvfs * generic/vfs.c: continue to #include tclPort.h, otherwise compilation breaks against tcl 8.4.x. --- diff --git a/ChangeLog b/ChangeLog index eb1bbc9..082dfdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-18 Daniel Steffen + + * generic/vfs.c: continue to #include tclPort.h, otherwise + compilation breaks against tcl 8.4.x. + 2004-04-01 Vince Darley * generic/vfs.c: added #include tclInt.h given recent Tcl diff --git a/generic/vfs.c b/generic/vfs.c index 7f9e242..5483320 100644 --- a/generic/vfs.c +++ b/generic/vfs.c @@ -22,6 +22,7 @@ #include /* 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.