diff options
Diffstat (limited to 'qemu/util/module.c')
-rw-r--r-- | qemu/util/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/util/module.c b/qemu/util/module.c index 4bd4a94d8..ce058aef6 100644 --- a/qemu/util/module.c +++ b/qemu/util/module.c @@ -13,7 +13,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include <stdlib.h> +#include "qemu/osdep.h" #include "qemu-common.h" #ifdef CONFIG_MODULES #include <gmodule.h> |