From c34dc36dfca3b63275af00a00feef718d6f3afb4 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 5 Sep 2011 18:52:55 -0700 Subject: [PATCH] Mac OS X: setlocale function requires locale.h In the style of libguestfs commit: 9e397cc16be51f4f3940c7a5b90d0bc43f3f13a8 Signed-off-by: Alex Nelson --- sh/hivexsh.c | 1 + xml/hivexml.c | 1 + 2 files changed, 2 insertions(+) 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 -- 1.8.3.1