summaryrefslogtreecommitdiffstats
path: root/lib/libc/iconv/citrus_iconv_local.h
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-09-06 09:46:44 +0000
committertheraven <theraven@FreeBSD.org>2013-09-06 09:46:44 +0000
commitc04dfb0b1932e7a84103ade5ccddab95eb4d5a28 (patch)
treef507ed7cb6b08b5b63fc242bc2de8c7e231b28ea /lib/libc/iconv/citrus_iconv_local.h
parent178dd060a80512b07630eb7f22500ed9871ca84c (diff)
downloadFreeBSD-src-c04dfb0b1932e7a84103ade5ccddab95eb4d5a28.zip
FreeBSD-src-c04dfb0b1932e7a84103ade5ccddab95eb4d5a28.tar.gz
Fix the namespace pollution caused by iconv.h including stdbool.h
This broke any C89 ports that defined bool themselves, including things like gcc, gtk, and so on.
Diffstat (limited to 'lib/libc/iconv/citrus_iconv_local.h')
-rw-r--r--lib/libc/iconv/citrus_iconv_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/iconv/citrus_iconv_local.h b/lib/libc/iconv/citrus_iconv_local.h
index 52ac825..e673c9a 100644
--- a/lib/libc/iconv/citrus_iconv_local.h
+++ b/lib/libc/iconv/citrus_iconv_local.h
@@ -31,6 +31,7 @@
#define _CITRUS_ICONV_LOCAL_H_
#include <iconv.h>
+#include <stdbool.h>
#define _CITRUS_ICONV_GETOPS_FUNC_BASE(_n_) \
int _n_(struct _citrus_iconv_ops *)
OpenPOWER on IntegriCloud