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

source3/include/includes.h

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