From d956ceddabcbe544ee8f074ba75c86c6381b34e6 Mon Sep 17 00:00:00 2001 From: Mahesh Madhav <67384846+heshpdx@users.noreply.github.com> Date: Wed, 24 Jun 2020 18:22:47 -0700 Subject: [PATCH] Change include path to fix error with embedded cmake builds (#1649) Co-authored-by: Mahesh Madhav --- include/capstone/riscv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/capstone/riscv.h b/include/capstone/riscv.h index 2ea22d7f..19919d65 100644 --- a/include/capstone/riscv.h +++ b/include/capstone/riscv.h @@ -13,7 +13,7 @@ extern "C" { #include #endif -#include "capstone/platform.h" +#include "platform.h" // GCC MIPS toolchain has a default macro called "mips" which breaks // compilation