]> git.proxmox.com Git - mirror_qemu.git/blobdiff - translate-common.c
smbios: Move table build tools into an include file.
[mirror_qemu.git] / translate-common.c
index 171222d03722d37f1558546a2b45889872add3b4..5e989cdf70433bbde10226e13c2abea2f6b32b2f 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qom/cpu.h"
+#include "sysemu/cpus.h"
 
 uintptr_t qemu_real_host_page_size;
 intptr_t qemu_real_host_page_mask;