summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2007-09-05 01:38:55 (GMT)
committerdas <das>2007-09-05 01:38:55 (GMT)
commitb3a92466edc62aac6675f88d7a04e3d2e0494cfe (patch)
treef5c7b6cfbb06cb6c3da46d37d9730ca7c848161f /unix
parentedebc51cd082804c286a3e8a8cfbb7f4f51ca543 (diff)
downloadtcl-b3a92466edc62aac6675f88d7a04e3d2e0494cfe.zip
tcl-b3a92466edc62aac6675f88d7a04e3d2e0494cfe.tar.gz
tcl-b3a92466edc62aac6675f88d7a04e3d2e0494cfe.tar.bz2
fix building on Panther
Diffstat (limited to 'unix')
-rw-r--r--unix/tclLoadDyld.c3
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;