aboutsummaryrefslogtreecommitdiff
path: root/src/compile/integers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/integers.c')
-rw-r--r--src/compile/integers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/integers.c b/src/compile/integers.c
index 78d48b70..5f99afbd 100644
--- a/src/compile/integers.c
+++ b/src/compile/integers.c
@@ -7,7 +7,7 @@
#include "../stdlib/datatypes.h"
#include "../stdlib/integers.h"
#include "../stdlib/text.h"
-#include "../stdlib/util.h"
+#include "../util.h"
#include "../typecheck.h"
#include "../types.h"
#include "compilation.h"