* src/virsh.c: add #include <locale.h> to be able to compile without

optimization
Daniel
This commit is contained in:
Daniel Veillard 2006-09-29 16:23:27 +00:00
parent 2c32196a2f
commit ea541f83b9
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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>