From 7ee930d03130e69282503949202b9e6812e8c1bd Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Wed, 17 Sep 2008 19:04:14 +0000 Subject: Fix warnings that would be caused by ld flag --warn-common git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5240 c046a42c-6fe2-441c-8c8c-71466251a162 --- block_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index 137000e..7f1a514 100644 --- a/block_int.h +++ b/block_int.h @@ -145,6 +145,6 @@ void *qemu_aio_get(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque); void qemu_aio_release(void *p); -BlockDriverState *bdrv_first; +extern BlockDriverState *bdrv_first; #endif /* BLOCK_INT_H */ -- cgit v1.1