1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Iconv as seperate library fixes from HEAD

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 723ce5c531
commit 935c66f6a0

View File

@ -393,8 +393,13 @@
#endif /* HAVE_SYS_SHM_H */
#ifdef HAVE_NATIVE_ICONV
#ifdef HAVE_ICONV
#include <iconv.h>
#endif
#ifdef HAVE_GICONV
#include <giconv.h>
#endif
#endif
#if HAVE_KRB5_H
#include <krb5.h>