From 172a83d72491f90f6191be1040ef8b2e1789bd2e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 13 May 2006 19:14:12 +0000 Subject: 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 aa6d66fda69779d1c2948a1aca85dbd5208f1cba) --- source4/lib/util/genrand.c | 2 +- source4/lib/util/util.c | 2 +- source4/lib/util/util_str.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/util') diff --git a/source4/lib/util/genrand.c b/source4/lib/util/genrand.c index 5bdf1f7e08..8424ad8fd7 100644 --- a/source4/lib/util/genrand.c +++ b/source4/lib/util/genrand.c @@ -21,9 +21,9 @@ */ #include "includes.h" -#include "system/iconv.h" #include "system/filesys.h" #include "lib/crypto/crypto.h" +#include "system/locale.h" /** * @file diff --git a/source4/lib/util/util.c b/source4/lib/util/util.c index c674ed23b4..5948cd7ecb 100644 --- a/source4/lib/util/util.c +++ b/source4/lib/util/util.c @@ -24,8 +24,8 @@ #include "includes.h" #include "system/network.h" -#include "system/iconv.h" #include "system/filesys.h" +#include "system/locale.h" /** * @file diff --git a/source4/lib/util/util_str.c b/source4/lib/util/util_str.c index ec6a1cbbea..62869198c3 100644 --- a/source4/lib/util/util_str.c +++ b/source4/lib/util/util_str.c @@ -26,7 +26,7 @@ #include "smb.h" #include "pstring.h" #include "lib/ldb/include/ldb.h" -#include "system/iconv.h" +#include "system/locale.h" /** * @file -- cgit