aboutsummaryrefslogtreecommitdiff
path: root/arm-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-asm.c')
-rw-r--r--arm-asm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm-asm.c b/arm-asm.c
index c236b54..15253ab 100644
--- a/arm-asm.c
+++ b/arm-asm.c
@@ -17,6 +17,8 @@ ST_FUNC void gen_le32(int c);
#else
/*************************************************************/
+#include "tcc.h"
+
static void asm_error(void)
{
tcc_error("ARM asm not implemented.");