]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
* src/virsh.c: add #include <locale.h> to be able to compile without
authorDaniel Veillard <veillard@redhat.com>
Fri, 29 Sep 2006 16:23:27 +0000 (16:23 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 29 Sep 2006 16:23:27 +0000 (16:23 +0000)
  optimization
Daniel

ChangeLog
src/virsh.c

index 38a5764085033fe49c30fd6810170c91276352fb..7bd42555b994e495ce658fed21c85b90db5b34b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0d05ab3fa3d54e886925bd5df6c256d16f7211d6..03ea811d337526924d7a21c82f2372afa3a5aafa 100644 (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>