]> git.ipfire.org Git - thirdparty/qemu.git/commit - include/qemu/osdep.h
osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Dec 2015 17:34:20 +0000 (17:34 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000 (11:39 +0300)
commit529490e5d664a20d5c4223070dd7c03a0e02b6bd
tree7c9b050c92b83748825cf7f690e0c0761ca19a6b
parent8f32510f1ca72332b9a662579e951f67d636142e
osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h

Our use of glib is now pervasive across QEMU. Move the include of glib-compat.h
from qemu-common.h to osdep.h so that it is more widely accessible and doesn't
get forgotten by accident. (Failure to include it will result in build failure
on old versions of glib which is likely to be unnoticed by most developers.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/qemu-common.h
include/qemu/osdep.h