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 | a26e22edfb036ba0ab9e1a8bbe859ba2c1092b12 (patch) | |
tree | 95a9b6c630bbf154e6d64b9a5a9ed77aa1d01c1e | |
parent | 929b0b72d587eb1dc569c3b746fadedbdc74bc3b (diff) | |
download | samba-a26e22edfb036ba0ab9e1a8bbe859ba2c1092b12.tar.gz samba-a26e22edfb036ba0ab9e1a8bbe859ba2c1092b12.tar.bz2 samba-a26e22edfb036ba0ab9e1a8bbe859ba2c1092b12.zip |
add missing #ifdef HAVE_BICONV stuff
(This used to be commit 9ea0560b0b62dbefaedd640cf9f4f58a0d337abe)
-rw-r--r-- | source3/include/includes.h | 3 |
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 |