commit | ab359cd17e77163b672c5fc129cf4bcd0a3b38ce | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Sep 06 18:58:58 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 12 15:17:22 2011 +0200 |
tree | 8cb38d130448685023f1b272831d5d4e94a92617 | |
parent | 29e05f202238fe0efee4a0ecccc3fd348448a37c [diff] [blame] |
nbd: Clean up use of block_int.h Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
diff --git a/nbd.c b/nbd.c index e7a585d..6d81cfb 100644 --- a/nbd.c +++ b/nbd.c
@@ -17,6 +17,7 @@ */ #include "nbd.h" +#include "block.h" #include <errno.h> #include <string.h>