Re: [Qemu-devel] [PATCH] Fix compilation error (missing include statement)

2010-09-22 Thread Anthony Liguori
On 09/22/2010 01:56 PM, Stefan Weil wrote: ./hw/sd.c: In function ‘sd_init’: ./hw/sd.c:443: error: implicit declaration of function ‘qemu_blockalign’ ./hw/sd.c:443: error: nested extern declaration of ‘qemu_blockalign’ ./hw/sd.c:443: error: assignment makes pointer from integer without a cast Cc

[Qemu-devel] [PATCH] Fix compilation error (missing include statement)

2010-09-22 Thread Stefan Weil
./hw/sd.c: In function ‘sd_init’: ./hw/sd.c:443: error: implicit declaration of function ‘qemu_blockalign’ ./hw/sd.c:443: error: nested extern declaration of ‘qemu_blockalign’ ./hw/sd.c:443: error: assignment makes pointer from integer without a cast Cc: Christoph Hellwig Cc: Kevin Wolf Signed-o