diff options
Diffstat (limited to 'block/gluster.c')
-rw-r--r-- | block/gluster.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/block/gluster.c b/block/gluster.c index 0f4265a3a4..d8decc41ad 100644 --- a/block/gluster.c +++ b/block/gluster.c @@ -7,13 +7,16 @@ * See the COPYING file in the top-level directory. * */ + #include "qemu/osdep.h" #include <glusterfs/api/glfs.h> #include "block/block_int.h" #include "qapi/error.h" +#include "qapi/qmp/qdict.h" #include "qapi/qmp/qerror.h" #include "qemu/uri.h" #include "qemu/error-report.h" +#include "qemu/option.h" #include "qemu/cutils.h" #define GLUSTER_OPT_FILENAME "filename" |