1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

add missing #ifdef HAVE_BICONV stuff

This commit is contained in:
Herb Lewis -
parent e7d2315e45
commit 5e831f48f0

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