aboutsummaryrefslogtreecommitdiff
path: root/src/compile/statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/statements.c')
-rw-r--r--src/compile/statements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/statements.c b/src/compile/statements.c
index 8dcac48c..30972a9b 100644
--- a/src/compile/statements.c
+++ b/src/compile/statements.c
@@ -18,7 +18,7 @@
#include "functions.h"
#include "optionals.h"
#include "pointers.h"
-#include "promotion.h"
+#include "promotions.h"
#include "statements.h"
#include "text.h"
#include "types.h"