From: Mark McLoughlin Date: Thu, 1 Mar 2007 16:01:39 +0000 (+0000) Subject: Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin X-Git-Tag: LIBVIRT_0_2_1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48326ecd0c03c900774b5e4a17a34b8603cf647;p=thirdparty%2Flibvirt.git Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin Fix from Richard W.M. Jones * proxy/libvirt_proxy.c: include locale.h --- diff --git a/ChangeLog b/ChangeLog index 4af0013bbb..4cd90a0c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin + + Fix from Richard W.M. Jones + + * proxy/libvirt_proxy.c: include locale.h + Tue Feb 27 10:49:35 EST 2007 Daniel P. Berrange * src/xend_internal.c: Check POST reply for 'Cannot' to detect diff --git a/proxy/libvirt_proxy.c b/proxy/libvirt_proxy.c index c5d501f577..85b9f818ae 100644 --- a/proxy/libvirt_proxy.c +++ b/proxy/libvirt_proxy.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "internal.h" #include "proxy_internal.h" #include "xen_internal.h"