qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 15/22] qemu-options-wrapper.h: fix include patch


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 15/22] qemu-options-wrapper.h: fix include patch
Date: Tue, 13 Mar 2018 23:45:32 +0200

qemu-options.def is included from build directory
not from source directory.
Use include <> accordingly: include "" means
look in the current (source) directory search first.

cc: Peter Maydell <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 qemu-options-wrapper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options-wrapper.h b/qemu-options-wrapper.h
index 13bfea0..ec4cb8c 100644
--- a/qemu-options-wrapper.h
+++ b/qemu-options-wrapper.h
@@ -29,7 +29,7 @@
 #error "qemu-options-wrapper.h included with no option defined"
 #endif
 
-#include "qemu-options.def"
+#include <qemu-options.def>
 
 #undef DEF
 #undef DEFHEADING
-- 
MST




reply via email to

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