summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
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 <giconv.h>
#endif
+#ifdef HAVE_BICONV
+#include <biconv.h>
+#endif
#endif
#if HAVE_KRB5_H