]> git.proxmox.com Git - mirror_qemu.git/commit
Fix compilation error (missing include statement)
authorStefan Weil <weil@mail.berlios.de>
Wed, 22 Sep 2010 18:56:35 +0000 (20:56 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Sep 2010 19:02:33 +0000 (14:02 -0500)
commit879f0655579a1f94fab2cd20a1597aef9a3117ef
treedcca30cf94fc92e3c5d1606f72816ce4f88cffce
parente1bb0a1a6c7c6d51443856ca90bd538b1ef5feeb
Fix compilation error (missing include statement)

./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 <hch@lst.de>
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/sd.c