Change include path to fix error with embedded cmake builds (#1649)
Co-authored-by: Mahesh Madhav <mahesh@amperecomputing.com>
This commit is contained in:
parent
a42f9fa958
commit
d956ceddab
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "capstone/platform.h"
|
||||
#include "platform.h"
|
||||
|
||||
// GCC MIPS toolchain has a default macro called "mips" which breaks
|
||||
// compilation
|
||||
|
|
Loading…
Reference in New Issue