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
This commit is contained in:
Mark McLoughlin 2007-03-01 16:01:39 +00:00
parent 10732a5071
commit b48326ecd0
2 changed files with 7 additions and 0 deletions

View File

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

View 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"