From 45d82a12bf1a476d83e572c13516979d5c983ec9 Mon Sep 17 00:00:00 2001 From: Daniel Steffen Date: Tue, 18 May 2004 14:08:48 +0000 Subject: [PATCH] * generic/vfs.c: continue to #include tclPort.h, otherwise compilation breaks against tcl 8.4.x. --- ChangeLog | 5 +++++ generic/vfs.c | 1 + 2 files changed, 6 insertions(+) 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. -- 2.23.0