From: Richard W.M. Jones Date: Mon, 26 Nov 2007 11:54:29 +0000 (+0000) Subject: Mon Nov 26 11:54:00 UTC 2007 Richard W.M. Jones X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=31527e43d975ff526967b56dbda99b7c060fca3f;p=libvirt.git Mon Nov 26 11:54:00 UTC 2007 Richard W.M. Jones * qemud/internal.h: Miscellaneous header file fixes to allow libvirtd to build under Cygwin. --- diff --git a/ChangeLog b/ChangeLog index 8119745e85..22f55ddfaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 26 11:54:00 UTC 2007 Richard W.M. Jones + + * qemud/internal.h: Miscellaneous header file fixes to allow + libvirtd to build under Cygwin. + Mon Nov 26 11:52:00 UTC 2007 Richard W.M. Jones * configure.in, proxy/Makefile.am: Disable building of the Xen proxy diff --git a/qemud/internal.h b/qemud/internal.h index 29ef14b8ce..390cc27f8a 100644 --- a/qemud/internal.h +++ b/qemud/internal.h @@ -29,6 +29,12 @@ #include #include "../src/gnutls_1_0_compat.h" +#ifdef HAVE_SYS_SYSLIMITS_H +#include +#endif + +#include +#include #include "remote_protocol.h" #include "../config.h"