aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/functions.c')
-rw-r--r--src/compile/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/functions.c b/src/compile/functions.c
index 33ea9f98..6fc626cf 100644
--- a/src/compile/functions.c
+++ b/src/compile/functions.c
@@ -2,7 +2,7 @@
#include "functions.h"
#include "../ast.h"
-#include "../compile.h"
+#include "expressions.h"
#include "../environment.h"
#include "../naming.h"
#include "../stdlib/datatypes.h"