summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 4ec10383..c8713de4 100644
--- a/parser.y
+++ b/parser.y
@@ -1,6 +1,7 @@
%{
#include <stdio.h>
#include <string.h>
+#include <assert.h>
#include "compile.h"
#include "jv_alloc.h"
#define YYMALLOC jv_mem_alloc