diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-20 17:20:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-20 17:20:50 -0400 |
| commit | 5b0a841db6f42a1ce840472f5ccbaef3699823f3 (patch) | |
| tree | d61bf169b76c84380dc15494edfe4c21119889c8 /builtins/tomo.h | |
| parent | 279cd231437461c59ad39340e002cc3390ec5558 (diff) | |
Fix edge case with iterating over array:from(-999)
Diffstat (limited to 'builtins/tomo.h')
| -rw-r--r-- | builtins/tomo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/tomo.h b/builtins/tomo.h index 17439b59..482c8d2d 100644 --- a/builtins/tomo.h +++ b/builtins/tomo.h @@ -7,6 +7,7 @@ #include <gc/cord.h> #include <stdbool.h> #include <stdint.h> +#include <sys/param.h> #include "array.h" #include "bool.h" |
