aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 6dedeaf8..94d74022 100644
--- a/types.h
+++ b/types.h
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include "ast.h"
-#include "builtins/array.h"
+#include "builtins/arrays.h"
typedef struct type_s type_t;