* qemud/internal.h: Miscellaneous header file fixes to allow
libvirtd to build under Cygwin.
+Mon Nov 26 11:54:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
+
+ * 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 <rjones@redhat.com>
* configure.in, proxy/Makefile.am: Disable building of the Xen proxy
#include <gnutls/x509.h>
#include "../src/gnutls_1_0_compat.h"
+#ifdef HAVE_SYS_SYSLIMITS_H
+#include <sys/syslimits.h>
+#endif
+
+#include <rpc/types.h>
+#include <rpc/xdr.h>
#include "remote_protocol.h"
#include "../config.h"