diff options
Diffstat (limited to 'block-vvfat.c')
-rw-r--r-- | block-vvfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block-vvfat.c b/block-vvfat.c index 3237c266c4..43004e5348 100644 --- a/block-vvfat.c +++ b/block-vvfat.c @@ -25,7 +25,7 @@ #include <sys/stat.h> #include <dirent.h> #include <assert.h> -#include "vl.h" +#include "qemu-common.h" #include "block_int.h" #ifndef S_IWGRP |