summary refs log tree commit diff stats
path: root/backends/hostmem-epc.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-02-02 14:38:27 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-08 07:28:05 +0100
commit2ca10faeb85e3c1b87e10bb46786445a5a879bbd (patch)
treea7d352345aefc8a016951913b0a81d43a4061327 /backends/hostmem-epc.c
parentd35d5047a68e45020102aa4ad8e4be8ce6934600 (diff)
downloadfocaccia-qemu-2ca10faeb85e3c1b87e10bb46786445a5a879bbd.tar.gz
focaccia-qemu-2ca10faeb85e3c1b87e10bb46786445a5a879bbd.zip
Fix non-first inclusions of qemu/osdep.h
This commit was created with scripts/clean-includes.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230202133830.2152150-18-armbru@redhat.com>
Diffstat (limited to 'backends/hostmem-epc.c')
-rw-r--r--backends/hostmem-epc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/hostmem-epc.c b/backends/hostmem-epc.c
index 037292d267..4e162d6789 100644
--- a/backends/hostmem-epc.c
+++ b/backends/hostmem-epc.c
@@ -9,9 +9,9 @@
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
  */
-#include <sys/ioctl.h>
 
 #include "qemu/osdep.h"
+#include <sys/ioctl.h>
 #include "qom/object_interfaces.h"
 #include "qapi/error.h"
 #include "sysemu/hostmem.h"