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:
parent
e0d1a378dc
commit
c9d1e5951c
@ -24,6 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <regex.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include "base64.h"
|
||||
#include "c-ctype.h"
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
#include <locale.h>
|
||||
|
||||
#if WITH_DEVMAPPER
|
||||
# include <libdevmapper.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user