summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-09-05 01:38:47 (GMT)
committerdas <das@noemail.net>2007-09-05 01:38:47 (GMT)
commit5ba9f56d7e60c24df2a0464b79630de937215ea4 (patch)
tree83028139f0450810a1995ee9a351ca3ee630ee21 /unix/tclLoadDyld.c
parent0afb99ee7cfdcb51e3def5521e2aab3465a19eb2 (diff)
downloadtcl-5ba9f56d7e60c24df2a0464b79630de937215ea4.zip
tcl-5ba9f56d7e60c24df2a0464b79630de937215ea4.tar.gz
tcl-5ba9f56d7e60c24df2a0464b79630de937215ea4.tar.bz2
fix building on Panther
FossilOrigin-Name: b08f8c24182ae88611374d5ded6a0b24c197ccda
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r--unix/tclLoadDyld.c3
1 files changed, 2 insertions, 1 deletions
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 <mach-o/arch.h>
#include <libkern/OSByteOrder.h>
#include <mach/mach.h>
+#include <stdbool.h>
typedef struct Tcl_DyldModuleHandle {
struct Tcl_DyldModuleHandle *nextPtr;