diff options
Diffstat (limited to 'builtins/bool.h')
| -rw-r--r-- | builtins/bool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/bool.h b/builtins/bool.h index 08b4126a..1462e7d6 100644 --- a/builtins/bool.h +++ b/builtins/bool.h @@ -1,4 +1,7 @@ #pragma once + +// Boolean functions/type info + #include <gc/cord.h> #include <stdbool.h> #include <stdint.h> |
