aboutsummaryrefslogtreecommitdiff
path: root/structs.c
diff options
context:
space:
mode:
Diffstat (limited to 'structs.c')
-rw-r--r--structs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.c b/structs.c
index a5f4b964..b5ea5638 100644
--- a/structs.c
+++ b/structs.c
@@ -9,7 +9,7 @@
#include "compile.h"
#include "environment.h"
#include "typecheck.h"
-#include "util.h"
+#include "builtins/util.h"
static bool is_plain_data(env_t *env, type_t *t)
{