summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2004-03-11 15:12:59 +0000
committerHerb Lewis <herb@samba.org>2004-03-11 15:12:59 +0000
commit9ea0560b0b62dbefaedd640cf9f4f58a0d337abe (patch)
tree8d9ba5d6c49d366bd2a96ff17dcda9388500225e /source/include
parentbc6992c4bffed043dd8ad58d721202091cd14cd3 (diff)
downloadsamba-9ea0560b0b62dbefaedd640cf9f4f58a0d337abe.tar.gz
samba-9ea0560b0b62dbefaedd640cf9f4f58a0d337abe.tar.xz
samba-9ea0560b0b62dbefaedd640cf9f4f58a0d337abe.zip
add missing #ifdef HAVE_BICONV stuff
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 9487accc0de..ea8eb1a3043 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -392,6 +392,9 @@
#ifdef HAVE_GICONV
#include <giconv.h>
#endif
+#ifdef HAVE_BICONV
+#include <biconv.h>
+#endif
#endif
#if HAVE_KRB5_H