From daa642e1bed3717cf750127273bc023c5f7841fc Mon Sep 17 00:00:00 2001 From: Mahesh Madhav Date: Wed, 24 Jun 2020 11:18:38 -0700 Subject: [PATCH] Change include path to fix error with embedded cmake builds --- 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 2ea22d7f3b..19919d6588 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