From eaf584cd9746c2c1cc532901633b1a47a16a8836 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 05:28:04 +0000 Subject: r18133: ad2oLschema needs ctype.h on some systems (This used to be commit efe60c8a4b28fa88abe5177b1a95c4ac5ac9496c) --- source4/lib/ldb/tools/ad2oLschema.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/tools/ad2oLschema.c b/source4/lib/ldb/tools/ad2oLschema.c index af9431f0bf..c25839290f 100644 --- a/source4/lib/ldb/tools/ad2oLschema.c +++ b/source4/lib/ldb/tools/ad2oLschema.c @@ -34,6 +34,7 @@ #include "includes.h" #include "ldb/include/includes.h" +#include "system/locale.h" #include "ldb/tools/cmdline.h" #include "ldb/tools/convert.h" -- cgit