]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/boot-order-test.c
target/xtensa: tests: fix timer tests
[mirror_qemu.git] / tests / boot-order-test.c
index 360a6911ebfe8573cdfef54a8ab76adbdb8d3e9b..fc1e7941f79f415d25f48f657cc6117a05bd795f 100644 (file)
  * See the COPYING file in the top-level directory.
  */
 
-#include <string.h>
-#include <glib.h>
+#include "qemu/osdep.h"
 #include "libqos/fw_cfg.h"
 #include "libqtest.h"
 
-#define NO_QEMU_PROTOS
-#include "hw/nvram/fw_cfg.h"
-#undef NO_QEMU_PROTOS
+#include "hw/nvram/fw_cfg_keys.h"
 
 typedef struct {
     const char *args;