diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 21:21:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 21:21:34 -0400 |
| commit | 38d8973d5e8c08f6372a3ae9be8db8cd8045d028 (patch) | |
| tree | e3b2d87c8e82a0aca172d86c1e611de39c079985 /src/ast.h | |
| parent | 89fd5759a2ddd06aa4ddacc238efbfa99eddda84 (diff) | |
Import fix
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,9 +3,9 @@ #pragma once #include <err.h> +#include <gc.h> #include <stdbool.h> #include <stdint.h> -#include <stdlib.h> #include "stdlib/datatypes.h" #include "stdlib/files.h" |
