diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 19:17:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 19:17:51 -0400 |
| commit | 3c19f6387f537e464fa783b37f098d75b77a0c83 (patch) | |
| tree | c4b439bc10b8e53c12c598694c0c4767a2f8cd6a /stdlib | |
| parent | 04326d131e8d76c7d97430ce9a1296036d4b12a7 (diff) | |
Better fix
Diffstat (limited to 'stdlib')
| -rw-r--r-- | stdlib/optionals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/optionals.h b/stdlib/optionals.h index a1efd393..34ea3b41 100644 --- a/stdlib/optionals.h +++ b/stdlib/optionals.h @@ -5,9 +5,9 @@ #include <stdbool.h> #include <stdint.h> -#include "arrays.h" -#include "types.h" +#include "datatypes.h" #include "integers.h" +#include "types.h" #include "util.h" #define OptionalBool_t uint8_t |
