From 686fcfa61e5e7f0bc6adaa6dc0af2a269c5592a8 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 11 Mar 2004 15:14:48 +0000 Subject: [PATCH] add missing #ifdef HAVE_BICONV stuff (This used to be commit 5e831f48f0d15a02a3bc406a7dc5249a57ceec4f) --- source3/include/includes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/include/includes.h b/source3/include/includes.h index c5a7b459be1..dd93c813d3d 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -392,6 +392,9 @@ #ifdef HAVE_GICONV #include #endif +#ifdef HAVE_BICONV +#include +#endif #endif #if HAVE_KRB5_H -- 2.11.4.GIT