1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

r15573: Fix build of systems that have iconv headers in non-standard locations

Split of system/locale.h header from system/iconv.h

Previously, iconv wasn't being used on these systems
(This used to be commit aa6d66fda6)
This commit is contained in:
Jelmer Vernooij
2006-05-13 19:14:12 +00:00
committed by Gerald (Jerry) Carter
parent 53f005f6aa
commit 172a83d724
27 changed files with 47 additions and 32 deletions

View File

@@ -21,7 +21,6 @@
*/
#include "includes.h"
#include "system/iconv.h"
#include "libcli/util/asn_1.h"
#include "libcli/ldap/ldap.h"
#include "lib/ldb/include/ldb.h"