add missing #ifdef HAVE_BICONV stuff
authorHerb Lewis <herb@samba.org>
Thu, 11 Mar 2004 15:12:59 +0000 (15:12 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 11 Mar 2004 15:12:59 +0000 (15:12 +0000)
(This used to be commit 9ea0560b0b62dbefaedd640cf9f4f58a0d337abe)

source3/include/includes.h

index 9487accc0de1027024ee6f5bf9812361f9b9ddf7..ea8eb1a3043b835e16fa285765d6ebbe8ada8198 100644 (file)
 #ifdef HAVE_GICONV
 #include <giconv.h>
 #endif
+#ifdef HAVE_BICONV
+#include <biconv.h>
+#endif
 #endif
 
 #if HAVE_KRB5_H