From: Yunsup Lee Date: Tue, 7 Sep 2010 07:30:20 +0000 (-0700) Subject: [sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0771c7b0175154df9205c40c37c375693e8a0c7b;p=riscv-isa-sim.git [sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem --- diff --git a/riscv/processor.h b/riscv/processor.h index 2624b40..26e49f3 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -1,8 +1,8 @@ #ifndef _RISCV_PROCESSOR_H #define _RISCV_PROCESSOR_H -#include #include "decode.h" +#include #include "trap.h" #include "mmu.h"