commit | bfe7e449f14313f646da621288ca2fd12223414f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 19 16:20:19 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 19 16:29:53 2015 +0100 |
tree | 946d36278aa329d84b7033ef44b735ef79cc0221 | |
parent | 1aad8104f3b69206da1f868639e1f69c26f6d482 [diff] |
osdep.h: Move some OS header includes and fixups from qemu-common.h qemu-common.h has some system header includes and fixups for things that might be missing. This is really an OS dependency and belongs in osdep.h, so move it across. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>