From 935c66f6a02c7ba764fbcc643a91833deb588bc0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Feb 2003 03:27:29 +0000 Subject: [PATCH] Iconv as seperate library fixes from HEAD --- source/include/includes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/include/includes.h b/source/include/includes.h index d33c7d766ac..e25ac4fef29 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -393,8 +393,13 @@ #endif /* HAVE_SYS_SHM_H */ #ifdef HAVE_NATIVE_ICONV +#ifdef HAVE_ICONV #include #endif +#ifdef HAVE_GICONV +#include +#endif +#endif #if HAVE_KRB5_H #include -- 2.11.4.GIT