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 cc6aba87..418705aa 100644
--- a/src/compile/functions.c
+++ b/src/compile/functions.c
@@ -14,7 +14,7 @@
#include "assignments.h"
#include "blocks.h"
#include "integers.h"
-#include "promotion.h"
+#include "promotions.h"
#include "statements.h"
#include "structs.h"
#include "text.h"