summary refs log tree commit diff
path: root/src/arith_yylex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arith_yylex.c')
-rw-r--r--src/arith_yylex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arith_yylex.c b/src/arith_yylex.c
index 2c15657..c4458a4 100644
--- a/src/arith_yylex.c
+++ b/src/arith_yylex.c
@@ -41,6 +41,7 @@
 #include "shell.h"
 #include "memalloc.h"
 #include "syntax.h"
+#include "system.h"
 
 #if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ
 #error Arithmetic tokens are out of order.