From 785762c58ad663efc09e73a89c72be071eefcf90 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Thu, 17 Dec 2015 12:27:07 -0800 Subject: [PATCH] another osx clang compatability fix --- riscv/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/processor.h b/riscv/processor.h index b9564d6..13c4cbb 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -5,7 +5,7 @@ #include "decode.h" #include "config.h" #include "devices.h" -#include +#include #include #include -- 2.30.2