summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.c b/lex.c
index 8c64751..85b7120 100644
--- a/lex.c
+++ b/lex.c
@@ -6,7 +6,7 @@
#include <stdio.h>
#include "lex.h"
-#include "typeutils.h"
+#include "utils.h"