]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Thu, 1 Mar 2007 16:01:39 +0000 (16:01 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 1 Mar 2007 16:01:39 +0000 (16:01 +0000)
        Fix from Richard W.M. Jones <rjones@redhat.com>

        * proxy/libvirt_proxy.c: include locale.h

ChangeLog
proxy/libvirt_proxy.c

index 4af0013bbbc746a6c2781c414871deaeb4c5b55b..4cd90a0c46bc71135618bddae0ba60530dc014e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin <markmc@redhat.com>
+       
+       Fix from Richard W.M. Jones <rjones@redhat.com>
+
+       * proxy/libvirt_proxy.c: include locale.h
+
 Tue Feb 27 10:49:35 EST 2007 Daniel P. Berrange <berrange@redhat.com>
 
        * src/xend_internal.c: Check POST reply for 'Cannot' to detect
index c5d501f577c58f634d3093e1ef32d938c1b00d7a..85b9f818aee27efee223a29d83b51dfe6a29c381 100644 (file)
@@ -17,6 +17,7 @@
 #include <sys/poll.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <locale.h>
 #include "internal.h"
 #include "proxy_internal.h"
 #include "xen_internal.h"