diff options
author | Herb Lewis <herb@samba.org> | 2004-03-11 15:14:48 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2004-03-11 15:14:48 +0000 |
commit | 686fcfa61e5e7f0bc6adaa6dc0af2a269c5592a8 (patch) | |
tree | 51f104072df69c32199dd52002a13e2d09dce5b7 /source3 | |
parent | b025b77df1f3ffbc5c350505f7f2d4d42ac00451 (diff) | |
download | samba-686fcfa61e5e7f0bc6adaa6dc0af2a269c5592a8.tar.gz samba-686fcfa61e5e7f0bc6adaa6dc0af2a269c5592a8.tar.bz2 samba-686fcfa61e5e7f0bc6adaa6dc0af2a269c5592a8.zip |
add missing #ifdef HAVE_BICONV stuff
(This used to be commit 5e831f48f0d15a02a3bc406a7dc5249a57ceec4f)
Diffstat (limited to 'source3')
-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 c5a7b459be..dd93c813d3 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 |