diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 15:33:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 15:33:47 -0400 |
| commit | e422079fcced744e3a6247aeb12a09a658989072 (patch) | |
| tree | 393d5e52ba67dcc822ccfa9a812198edda5e735d /stdlib/tomo.h | |
| parent | 259c7efcf8c3808d8151d8e15f1167ad2b6f2ca7 (diff) | |
Add a Byte datatype
Diffstat (limited to 'stdlib/tomo.h')
| -rw-r--r-- | stdlib/tomo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h index 7db0f490..d1e61a5d 100644 --- a/stdlib/tomo.h +++ b/stdlib/tomo.h @@ -11,6 +11,7 @@ #include "arrays.h" #include "bools.h" +#include "bytes.h" #include "c_strings.h" #include "channels.h" #include "datatypes.h" |
