From 585190902a3baae3a1609c30a9e485ec072dd72f Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Sun, 16 May 2021 22:50:34 +0200 Subject: misc: Correct relative include path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Headers should be included from the 'include/' directory, not from the root directory. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Bin Meng Message-Id: <20210516205034.694788-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier --- include/monitor/monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/monitor/monitor.h') diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h index af3887bb71..1211d6e6d6 100644 --- a/include/monitor/monitor.h +++ b/include/monitor/monitor.h @@ -4,7 +4,7 @@ #include "block/block.h" #include "qapi/qapi-types-misc.h" #include "qemu/readline.h" -#include "include/exec/hwaddr.h" +#include "exec/hwaddr.h" typedef struct MonitorHMP MonitorHMP; typedef struct MonitorOptions MonitorOptions; -- cgit 1.4.1