From ecfed073787d2557dd3521cc0903bd30b7774002 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 5 Sep 2007 01:38:48 +0000 Subject: fix building on Panther --- unix/tclLoadDyld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index 898e208..ae9f89e 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.27 2007/08/14 06:33:57 das Exp $ + * RCS: @(#) $Id: tclLoadDyld.c,v 1.28 2007/09/05 01:38:48 das Exp $ */ #include "tclInt.h" @@ -62,6 +62,7 @@ extern char *dlerror(void) WEAK_IMPORT_ATTRIBUTE; #include #include #include +#include typedef struct Tcl_DyldModuleHandle { struct Tcl_DyldModuleHandle *nextPtr; -- cgit v0.12