summaryrefslogtreecommitdiffstats
path: root/qemu/tests/boot-order-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/boot-order-test.c')
-rw-r--r--qemu/tests/boot-order-test.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/qemu/tests/boot-order-test.c b/qemu/tests/boot-order-test.c
index 360a6911e..a6d8bd5cb 100644
--- a/qemu/tests/boot-order-test.c
+++ b/qemu/tests/boot-order-test.c
@@ -10,14 +10,12 @@
* See the COPYING file in the top-level directory.
*/
-#include <string.h>
+#include "qemu/osdep.h"
#include <glib.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;