From a26e22edfb036ba0ab9e1a8bbe859ba2c1092b12 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 11 Mar 2004 15:12:59 +0000 Subject: add missing #ifdef HAVE_BICONV stuff (This used to be commit 9ea0560b0b62dbefaedd640cf9f4f58a0d337abe) --- source3/include/includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index 9487accc0d..ea8eb1a304 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 -- cgit