diff options
author | das <das@noemail.net> | 2007-09-05 01:38:54 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-09-05 01:38:54 (GMT) |
commit | 013bf8e956f6b3a57e8d7937b0335ea3a8782f3f (patch) | |
tree | f5c7b6cfbb06cb6c3da46d37d9730ca7c848161f /unix/tclLoadDyld.c | |
parent | 57585dec11701c9078bea81a86d2fc8dca036ac0 (diff) | |
download | tcl-013bf8e956f6b3a57e8d7937b0335ea3a8782f3f.zip tcl-013bf8e956f6b3a57e8d7937b0335ea3a8782f3f.tar.gz tcl-013bf8e956f6b3a57e8d7937b0335ea3a8782f3f.tar.bz2 |
fix building on Panther
FossilOrigin-Name: 13b33e9000e43f699ccf4338e365d330e04e2108
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r-- | unix/tclLoadDyld.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index 25bd436..5606706 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.14.2.10 2007/08/14 06:34:13 das Exp $ + * RCS: @(#) $Id: tclLoadDyld.c,v 1.14.2.11 2007/09/05 01:38:55 das Exp $ */ #include "tclInt.h" @@ -64,6 +64,7 @@ extern char *dlerror(void) WEAK_IMPORT_ATTRIBUTE; #include <libkern/OSByteOrder.h> #undef panic #include <mach/mach.h> +#include <stdbool.h> typedef struct Tcl_DyldModuleHandle { struct Tcl_DyldModuleHandle *nextPtr; |