diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/replace/system/iconv.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/lib/replace/system/iconv.h b/source3/lib/replace/system/iconv.h index 75ee1d83ba..fcd3199680 100644 --- a/source3/lib/replace/system/iconv.h +++ b/source3/lib/replace/system/iconv.h @@ -23,12 +23,15 @@ */ #ifdef HAVE_NATIVE_ICONV -#ifdef HAVE_ICONV_H +#ifdef HAVE_ICONV #include <iconv.h> #endif -#ifdef HAVE_GICONV_H +#ifdef HAVE_GICONV #include <giconv.h> #endif +#ifdef HAVE_BICONV +#include <biconv.h> +#endif #endif /* needed for some systems without iconv. Doesn't really matter |