summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authordas <das>2005-11-27 06:09:10 (GMT)
committerdas <das>2005-11-27 06:09:10 (GMT)
commit082175a43121d8e840d16f1dcdd08b7641389059 (patch)
treeeba892b1b9858b1940d7134b33e304616f28b3bf /unix/tclLoadDyld.c
parent869ae625bcbb07adbc4ebdbea88b0997540c0eb4 (diff)
downloadtcl-082175a43121d8e840d16f1dcdd08b7641389059.zip
tcl-082175a43121d8e840d16f1dcdd08b7641389059.tar.gz
tcl-082175a43121d8e840d16f1dcdd08b7641389059.tar.bz2
add #include <libkern/OSByteOrder.h> for OSX 10.2
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 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 <mach-o/fat.h>
#include <mach-o/swap.h>
#include <mach-o/arch.h>
+#include <libkern/OSByteOrder.h>
#include <mach/mach.h>
typedef struct Tcl_DyldModuleHandle {