summaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-02 21:25:54 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-02 21:25:54 +0000
commitb6f2fbbe62be72e7eb52fda9f5ca5a8838869ae4 (patch)
tree51ed0a8f18a01f68e5979e435bbcb29d75a40193 /builtin.c
parent125e2785025ed1a4363800d712bdf4e782a94cd4 (diff)
Move all the includes one place to the left
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin.c b/builtin.c
index ae4df33b..4fca4a63 100644
--- a/builtin.c
+++ b/builtin.c
@@ -1,5 +1,6 @@
#include <string.h>
#include "builtin.h"
+#include "bytecode.h"
#include "compile.h"
#include "parser.h"
#include "locfile.h"