qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/


From: Peter Xu
Subject: [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
Date: Tue, 17 Jan 2023 17:08:57 -0500

This will allow qemu/madvise.h to always include linux/mman.h under the
linux-headers/.

Signed-off-by: Peter Xu <peterx@redhat.com>
---
 include/qemu/madvise.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/qemu/madvise.h b/include/qemu/madvise.h
index e155f59a0d..b6fa49553f 100644
--- a/include/qemu/madvise.h
+++ b/include/qemu/madvise.h
@@ -8,6 +8,10 @@
 #ifndef QEMU_MADVISE_H
 #define QEMU_MADVISE_H
 
+#ifdef CONFIG_LINUX
+#include "linux/mman.h"
+#endif
+
 #define QEMU_MADV_INVALID -1
 
 #if defined(CONFIG_MADVISE)
-- 
2.37.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]