diff options
Diffstat (limited to 'util/iova-tree.c')
-rw-r--r-- | util/iova-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/iova-tree.c b/util/iova-tree.c index 2d9cebfc89..7990692cbd 100644 --- a/util/iova-tree.c +++ b/util/iova-tree.c @@ -9,7 +9,7 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. */ -#include <glib.h> +#include "qemu/osdep.h" #include "qemu/iova-tree.h" struct IOVATree { |