aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.cpp')
-rw-r--r--asm/lexer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/asm/lexer.cpp b/asm/lexer.cpp
index 4e24ab7..82cf260 100644
--- a/asm/lexer.cpp
+++ b/asm/lexer.cpp
@@ -10,7 +10,10 @@
* Description: Lexer for assembly language
*/
+extern "C"
+{
#include <lib/inst.h>
+}
#include <algorithm>
#include <tuple>