aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/common/sim-endian.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/sim-endian.h b/sim/common/sim-endian.h
index 589169e..93a6d0d 100644
--- a/sim/common/sim-endian.h
+++ b/sim/common/sim-endian.h
@@ -23,6 +23,8 @@
#ifndef SIM_ENDIAN_H
#define SIM_ENDIAN_H
+#include "sim-types.h"
+
/* C byte conversion functions */
INLINE_SIM_ENDIAN(unsigned_1) endian_h2t_1(unsigned_1 x);