summaryrefslogtreecommitdiffstats
path: root/qemu/util/getauxval.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/util/getauxval.c')
-rw-r--r--qemu/util/getauxval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/util/getauxval.c b/qemu/util/getauxval.c
index 1732ace2b..0b3bae2dc 100644
--- a/qemu/util/getauxval.c
+++ b/qemu/util/getauxval.c
@@ -22,8 +22,8 @@
* THE SOFTWARE.
*/
-#include "qemu-common.h"
#include "qemu/osdep.h"
+#include "qemu-common.h"
#ifdef CONFIG_GETAUXVAL
/* Don't inline this in qemu/osdep.h, because pulling in <sys/auxv.h> for