From: Vince Darley Date: Mon, 10 May 2004 11:00:38 +0000 (+0000) Subject: fix for includes X-Git-Tag: vfs-1-4~102 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=0e4325cd6f9cc8bc8680fef36516f242a26e80e3;p=tclvfs fix for includes --- diff --git a/ChangeLog b/ChangeLog index 836a0ae..eb1bbc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2003-04-01 Vince Darley +2004-04-01 Vince Darley * generic/vfs.c: added #include tclInt.h given recent Tcl changes which broke compilation. diff --git a/generic/vfs.c b/generic/vfs.c index e02bc08..7f9e242 100644 --- a/generic/vfs.c +++ b/generic/vfs.c @@ -13,16 +13,15 @@ * one interpreter will be used to add/remove mounts and volumes, * it does cope with multiple interpreters in multiple threads. * - * Copyright (c) 2001-2003 Vince Darley. + * Copyright (c) 2001-2004 Vince Darley. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #include -/* Required to access the 'stat' structure fields */ +/* 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.