1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

add missing #ifdef HAVE_BICONV stuff

This commit is contained in:
Herb Lewis 0001-01-01 00:00:00 +00:00
parent bc6992c4bf
commit 9ea0560b0b

View File

@ -392,6 +392,9 @@
#ifdef HAVE_GICONV
#include <giconv.h>
#endif
#ifdef HAVE_BICONV
#include <biconv.h>
#endif
#endif
#if HAVE_KRB5_H