16/22 include <basetyps.h>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This was my attempt to get uid_t type, which in fact isn't present at all. I will check later if this is still necessary and get back.

Rich.

--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
Index: src/qemu_driver.c
===================================================================
RCS file: /data/cvs/libvirt/src/qemu_driver.c,v
retrieving revision 1.42
diff -u -r1.42 qemu_driver.c
--- src/qemu_driver.c	5 Dec 2007 21:31:07 -0000	1.42
+++ src/qemu_driver.c	7 Dec 2007 10:57:51 -0000
@@ -47,6 +47,10 @@
 #include <sys/wait.h>
 #include <libxml/uri.h>
 
+#ifdef __MINGW32__
+#include <basetyps.h>
+#endif
+
 #include "libvirt/virterror.h"
 
 #include "event.h"
Index: src/remote_internal.c
===================================================================
RCS file: /data/cvs/libvirt/src/remote_internal.c,v
retrieving revision 1.44
diff -u -r1.44 remote_internal.c
--- src/remote_internal.c	6 Dec 2007 12:05:35 -0000	1.44
+++ src/remote_internal.c	7 Dec 2007 10:57:54 -0000
@@ -51,6 +65,10 @@
 #endif
 #include <libxml/uri.h>
 
+#ifdef __MINGW32__
+#include <basetyps.h>
+#endif
+
 #include "internal.h"
 #include "driver.h"
 #include "getaddrinfo.h"

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]