aboutsummaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.c b/types.c
index ba6c1b62..e37a3b90 100644
--- a/types.c
+++ b/types.c
@@ -7,7 +7,7 @@
#include "builtins/table.h"
#include "types.h"
-#include "util.h"
+#include "builtins/util.h"
CORD type_to_cord(type_t *t) {
switch (t->tag) {