diff options
| author | Paolo Bonzini | 2016-03-15 12:46:10 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-05-19 16:42:28 +0200 |
| commit | bdd902277c784cfcc0c2e602afe79515070b9e02 (patch) | |
| tree | 431d58303515660e0c6d2f4c386b3d0b1bef085c /include/qemu | |
| parent | apic: move target-dependent definitions to cpu.h (diff) | |
| download | qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.gz qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.xz qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.zip | |
include: poison symbols in osdep.h
Ensure that all target-independent files ignore poisoned symbols,
and fix the fallout.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu')
| -rw-r--r-- | include/qemu/osdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h index 2e930a92ce..268ec66958 100644 --- a/include/qemu/osdep.h +++ b/include/qemu/osdep.h @@ -30,6 +30,8 @@ #include "config-host.h" #ifdef NEED_CPU_H #include "config-target.h" +#else +#include "exec/poison.h" #endif #include "qemu/compiler.h" |
