1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

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>
This commit is contained in:
Martin Kletzander 2017-06-22 13:34:38 +02:00
parent e0d1a378dc
commit c9d1e5951c
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <regex.h>
#include <locale.h>
#include "base64.h"
#include "c-ctype.h"

View File

@ -45,7 +45,6 @@
#include <sys/ioctl.h>
#include <string.h>
#include <termios.h>
#include <locale.h>
#if WITH_DEVMAPPER
# include <libdevmapper.h>