提交 c9d1e595 编写于 作者: M Martin Kletzander

util: Move locale.h include from virutil to virstring

Commit 5c54d29a forgot to do that when moving the only function
using it and it broke the build on some platforms.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 e0d1a378
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册