summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-11-27 06:09:09 (GMT)
committerdas <das@noemail.net>2005-11-27 06:09:09 (GMT)
commit67f6a049c8bcd125e35ce9193a7fec0476337553 (patch)
treeeba892b1b9858b1940d7134b33e304616f28b3bf /macosx/tclMacOSXFCmd.c
parentaa2aaa95d953525c8fc7bc1cc273e52e78124564 (diff)
downloadtcl-67f6a049c8bcd125e35ce9193a7fec0476337553.zip
tcl-67f6a049c8bcd125e35ce9193a7fec0476337553.tar.gz
tcl-67f6a049c8bcd125e35ce9193a7fec0476337553.tar.bz2
add #include <libkern/OSByteOrder.h> for OSX 10.2
FossilOrigin-Name: 40e61670c7fef6964e1072ef8101dd7e0b37a2d6
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
-rw-r--r--macosx/tclMacOSXFCmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index 17cccc2..caa72a7 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.6 2005/11/27 02:33:49 das Exp $
+ * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.7 2005/11/27 06:09:10 das Exp $
*/
#include "tclInt.h"
@@ -18,6 +18,7 @@
#ifdef HAVE_GETATTRLIST
#include <sys/attr.h>
#include <sys/paths.h>
+#include <libkern/OSByteOrder.h>
#endif
/* Darwin 8 copyfile API */