mirror of https://gitee.com/openkylin/libvirt.git
* src/virsh.c: add #include <locale.h> to be able to compile without
optimization Daniel
This commit is contained in:
parent
2c32196a2f
commit
ea541f83b9
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 29 17:31:36 CEST 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/virsh.c: add #include <locale.h> to be able to compile without
|
||||
optimization
|
||||
|
||||
Fri Sep 29 17:16:40 CEST 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xen_internal.c: fix for system with page size != 4k
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
|
|
Loading…
Reference in New Issue