diff options
Diffstat (limited to 'qom')
-rw-r--r-- | qom/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qom/container.c b/qom/container.c index ceb0f0186d..5270a5ee9c 100644 --- a/qom/container.c +++ b/qom/container.c @@ -11,7 +11,7 @@ */ #include "qom/object.h" -#include "module.h" +#include "qemu/module.h" #include <assert.h> static TypeInfo container_info = { |