diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 05:28:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:37 -0500 |
commit | eaf584cd9746c2c1cc532901633b1a47a16a8836 (patch) | |
tree | 0d8099bf60ff4680bebaf47d6912efe0f9eac427 /source4/lib | |
parent | cdd352bfcb5aab71558961ee46068f7b89c1ba80 (diff) | |
download | samba-eaf584cd9746c2c1cc532901633b1a47a16a8836.tar.gz samba-eaf584cd9746c2c1cc532901633b1a47a16a8836.tar.bz2 samba-eaf584cd9746c2c1cc532901633b1a47a16a8836.zip |
r18133: ad2oLschema needs ctype.h on some systems
(This used to be commit efe60c8a4b28fa88abe5177b1a95c4ac5ac9496c)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/tools/ad2oLschema.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |