From 082175a43121d8e840d16f1dcdd08b7641389059 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 27 Nov 2005 06:09:10 +0000 Subject: add #include for OSX 10.2 --- macosx/tclMacOSXFCmd.c | 3 ++- unix/tclLoadDyld.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c index 17cccc2..caa72a7 100644 --- a/macosx/tclMacOSXFCmd.c +++ b/macosx/tclMacOSXFCmd.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.6 2005/11/27 02:33:49 das Exp $ + * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.7 2005/11/27 06:09:10 das Exp $ */ #include "tclInt.h" @@ -18,6 +18,7 @@ #ifdef HAVE_GETATTRLIST #include #include +#include #endif /* Darwin 8 copyfile API */ diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index 8d776a0..ac38350 100644 --- a/unix/tclLoadDyld.c +++ b/unix/tclLoadDyld.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclLoadDyld.c,v 1.21 2005/11/27 02:33:50 das Exp $ + * RCS: @(#) $Id: tclLoadDyld.c,v 1.22 2005/11/27 06:09:10 das Exp $ */ #include "tclInt.h" @@ -20,6 +20,7 @@ #include #include #include +#include #include typedef struct Tcl_DyldModuleHandle { -- cgit v0.12