diff options
Diffstat (limited to 'util/log.c')
-rw-r--r-- | util/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/log.c b/util/log.c index 46c88c93e2..2709e98f98 100644 --- a/util/log.c +++ b/util/log.c @@ -17,6 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/log.h" #include "trace/control.h" |