From: Alex Nelson Date: Tue, 6 Sep 2011 01:52:55 +0000 (-0700) Subject: Mac OS X: setlocale function requires locale.h X-Git-Tag: 1.3.2~15 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c34dc36dfca3b63275af00a00feef718d6f3afb4;p=hivex.git Mac OS X: setlocale function requires locale.h In the style of libguestfs commit: 9e397cc16be51f4f3940c7a5b90d0bc43f3f13a8 Signed-off-by: Alex Nelson --- diff --git a/sh/hivexsh.c b/sh/hivexsh.c index 410851b..8831653 100644 --- a/sh/hivexsh.c +++ b/sh/hivexsh.c @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef HAVE_LIBREADLINE #include diff --git a/xml/hivexml.c b/xml/hivexml.c index 804e503..d6a6303 100644 --- a/xml/hivexml.c +++ b/xml/hivexml.c @@ -26,6 +26,7 @@ #include #include #include +#include #include