diff options
author | Herb Lewis <herb@samba.org> | 2004-03-11 15:12:59 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2004-03-11 15:12:59 +0000 |
commit | 9ea0560b0b62dbefaedd640cf9f4f58a0d337abe (patch) | |
tree | 8d9ba5d6c49d366bd2a96ff17dcda9388500225e /source/include | |
parent | bc6992c4bffed043dd8ad58d721202091cd14cd3 (diff) | |
download | samba-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.h | 3 |
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 |