aboutsummaryrefslogtreecommitdiff
path: root/src/parse/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/functions.c')
-rw-r--r--src/parse/functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/functions.c b/src/parse/functions.c
index 7786da7a..4293b43b 100644
--- a/src/parse/functions.c
+++ b/src/parse/functions.c
@@ -11,6 +11,7 @@
#include "../ast.h"
#include "../stdlib/util.h"
#include "context.h"
+#include "controlflow.h"
#include "errors.h"
#include "functions.h"
#include "parse.h"