]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Move locale.h include from virutil to virstring
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 22 Jun 2017 11:34:38 +0000 (13:34 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 22 Jun 2017 12:30:27 +0000 (14:30 +0200)
commitc9d1e5951c509058ebfd0d68fe6f4f57101b5ca5
treeadc0414e98f6197a5aa7cf1ceef68dd4e0f3a082
parente0d1a378dca1656925da1f53ea3e9de13dbed0f8
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 <mkletzan@redhat.com>
src/util/virstring.c
src/util/virutil.c