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:
parent
723ce5c531
commit
935c66f6a0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user