diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-09-06 18:58:58 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-12 15:17:22 +0200 |
commit | ab359cd17e77163b672c5fc129cf4bcd0a3b38ce (patch) | |
tree | 8cb38d130448685023f1b272831d5d4e94a92617 /block | |
parent | 29e05f202238fe0efee4a0ecccc3fd348448a37c (diff) |
nbd: Clean up use of block_int.h
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/nbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/nbd.c b/block/nbd.c index 55cb2fd8b..70edd81bd 100644 --- a/block/nbd.c +++ b/block/nbd.c @@ -28,6 +28,7 @@ #include "qemu-common.h" #include "nbd.h" +#include "block_int.h" #include "module.h" #include "qemu_socket.h" |