fix for includes
authorVince Darley <vincentdarley@sourceforge.net>
Mon, 10 May 2004 11:00:38 +0000 (11:00 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Mon, 10 May 2004 11:00:38 +0000 (11:00 +0000)
ChangeLog
generic/vfs.c

index 836a0ae09c90cb699d35b9fe4e215792e9889ac3..eb1bbc949107aae9ee1cbb408c1c8eef58b55035 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2003-04-01  Vince Darley <vincentdarley@sourceforge.net>
+2004-04-01  Vince Darley <vincentdarley@sourceforge.net>
 
         * generic/vfs.c: added #include tclInt.h given recent Tcl
         changes which broke compilation.
index e02bc085e7961f658f0c81e60e78aab6b7a842f8..7f9e242166ff48103e324731cd9da964a8b413e4 100644 (file)
  *     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 <tcl.h>
-/* 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.