diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 19:17:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 19:17:08 -0400 |
| commit | 04326d131e8d76c7d97430ce9a1296036d4b12a7 (patch) | |
| tree | 1af580d093ff6d2da623ee92c9623dc485b74180 | |
| parent | e59584acbdaad082d94815550ce0794cef7220de (diff) | |
Fix some imports
| -rw-r--r-- | stdlib/optionals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/optionals.h b/stdlib/optionals.h index b67badc4..a1efd393 100644 --- a/stdlib/optionals.h +++ b/stdlib/optionals.h @@ -5,7 +5,9 @@ #include <stdbool.h> #include <stdint.h> +#include "arrays.h" #include "types.h" +#include "integers.h" #include "util.h" #define OptionalBool_t uint8_t |
