summaryrefslogtreecommitdiff
path: root/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/main.c b/unix/main.c
index faf8e5b27..e5aa9de15 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -10,6 +10,7 @@
#include "parse.h"
#include "compile.h"
#include "runtime.h"
+#include "obj.h"
#include "repl.h"
#include <readline/readline.h>