diff options
Diffstat (limited to 'source4/include/system/iconv.h')
-rw-r--r-- | source4/include/system/iconv.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/include/system/iconv.h b/source4/include/system/iconv.h index a0c1c18fa2..d9111bb07e 100644 --- a/source4/include/system/iconv.h +++ b/source4/include/system/iconv.h @@ -20,14 +20,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef HAVE_NATIVE_ICONV -#ifdef HAVE_ICONV +#ifdef HAVE_ICONV_H #include <iconv.h> #endif -#ifdef HAVE_GICONV +#ifdef HAVE_GICONV_H #include <giconv.h> #endif -#endif #ifdef HAVE_CTYPE_H #include <ctype.h> |