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/utils/nmblookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/utils/nmblookup.c') diff --git a/source4/utils/nmblookup.c b/source4/utils/nmblookup.c index 400201f083..b9057d4934 100644 --- a/source4/utils/nmblookup.c +++ b/source4/utils/nmblookup.c @@ -24,9 +24,9 @@ #include "includes.h" #include "lib/cmdline/popt_common.h" -#include "system/iconv.h" #include "lib/socket/socket.h" #include "system/network.h" +#include "system/locale.h" #include "netif/netif.h" #include "librpc/gen_ndr/nbt.h" #include "libcli/nbt/libnbt.h" -- cgit