Re: [Qemu-devel] [PATCH] win32: Fix compiler errors from u_int64_t

2010-04-01 Thread Anthony Liguori
On 04/01/2010 04:56 PM, Stefan Weil wrote: u_int64_t raises compiler error messages: CClibhw32/virtio.o /qemu/ar7/hw/virtio.c: In function ‘virtio_queue_get_avail_size’: /qemu/ar7/hw/virtio.c:776: error: ‘u_int64_t’ undeclared (first use in this function) /qemu/ar7/hw/virtio.c:776: error

[Qemu-devel] [PATCH] win32: Fix compiler errors from u_int64_t

2010-04-01 Thread Stefan Weil
u_int64_t raises compiler error messages: CClibhw32/virtio.o /qemu/ar7/hw/virtio.c: In function ‘virtio_queue_get_avail_size’: /qemu/ar7/hw/virtio.c:776: error: ‘u_int64_t’ undeclared (first use in this function) /qemu/ar7/hw/virtio.c:776: error: (Each undeclared identifier is reported only