summaryrefslogtreecommitdiffstats
path: root/qemu/roms/SLOF/clients/takeover/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/SLOF/clients/takeover/main.c')
-rw-r--r--qemu/roms/SLOF/clients/takeover/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/roms/SLOF/clients/takeover/main.c b/qemu/roms/SLOF/clients/takeover/main.c
index 360d8eaed..1e1b02614 100644
--- a/qemu/roms/SLOF/clients/takeover/main.c
+++ b/qemu/roms/SLOF/clients/takeover/main.c
@@ -16,7 +16,7 @@
#include <of.h>
#include <pci.h>
#include <cpu.h>
-#include <ioctl.h>
+#include <unistd.h>
#include <takeover.h>
extern void call_client_interface(of_arg_t *);