From: Martin Kletzander Date: Thu, 22 Jun 2017 11:34:38 +0000 (+0200) Subject: util: Move locale.h include from virutil to virstring X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c9d1e5951c509058ebfd0d68fe6f4f57101b5ca5;p=libvirt.git util: Move locale.h include from virutil to virstring Commit 5c54d29aaeb7 forgot to do that when moving the only function using it and it broke the build on some platforms. Signed-off-by: Martin Kletzander --- diff --git a/src/util/virstring.c b/src/util/virstring.c index 1bd6777232..feea5be051 100644 --- a/src/util/virstring.c +++ b/src/util/virstring.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "base64.h" #include "c-ctype.h" diff --git a/src/util/virutil.c b/src/util/virutil.c index d7e01d4642..e4de4caec9 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -45,7 +45,6 @@ #include #include #include -#include #if WITH_DEVMAPPER # include