summaryrefslogtreecommitdiff
path: root/lib/util/charset
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-20 18:19:58 -0700
committerAndrew Bartlett <abartlet@samba.org>2011-09-23 10:58:02 +0200
commit2a789c8442ce730cac112eeb89c7eb497bb5cc15 (patch)
treeee06d2ced75dea5309da59e6e96116e69c4c546f /lib/util/charset
parentd40fe50a6755ab701f2fe8a434f1d3331769a4c0 (diff)
downloadsamba-2a789c8442ce730cac112eeb89c7eb497bb5cc15.tar.gz
samba-2a789c8442ce730cac112eeb89c7eb497bb5cc15.tar.bz2
samba-2a789c8442ce730cac112eeb89c7eb497bb5cc15.zip
build: Fix waf build on MacOS X
The -framework CoreFoundation is required by the charset_macosxfs module The system/time.h header is required to access the replacement clock_gettime() Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Sep 23 10:58:02 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/util/charset')
-rw-r--r--lib/util/charset/charset_macosxfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/charset_macosxfs.c b/lib/util/charset/charset_macosxfs.c
index dfd142a51e..b32aa2bcd1 100644
--- a/lib/util/charset/charset_macosxfs.c
+++ b/lib/util/charset/charset_macosxfs.c
@@ -33,7 +33,7 @@
#include "charset_proto.h"
#undef realloc
-#ifdef DARWIN
+#ifdef DARWINOS
/*
* Include OS frameworks. These are only needed in this module.