summaryrefslogtreecommitdiffstats
path: root/hw/hppa/machine.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin2018-05-03 21:50:25 +0200
committerMichael S. Tsirkin2018-06-01 18:20:37 +0200
commit070e9a1e837e1a2ba5c6450eb8ce2e18b29c4af8 (patch)
tree3d495b0b23bb5d1a240d7551e61e3966d6cde5ff /hw/hppa/machine.c
parentcrypto: use local path for local headers (diff)
downloadqemu-070e9a1e837e1a2ba5c6450eb8ce2e18b29c4af8.tar.gz
qemu-070e9a1e837e1a2ba5c6450eb8ce2e18b29c4af8.tar.xz
qemu-070e9a1e837e1a2ba5c6450eb8ce2e18b29c4af8.zip
hppa: use local path for local headers
When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/hppa/machine.c')
-rw-r--r--hw/hppa/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c
index a1d6b0ebfb..aba269bb85 100644
--- a/hw/hppa/machine.c
+++ b/hw/hppa/machine.c
@@ -16,7 +16,7 @@
#include "hw/ide.h"
#include "hw/timer/i8254.h"
#include "hw/char/serial.h"
-#include "hw/hppa/hppa_sys.h"
+#include "hppa_sys.h"
#include "qemu/cutils.h"
#include "qapi/error.h"
#include "qemu/log.h"