diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 14:38:41 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 14:38:41 -0400 |
| commit | a1d18fd4225f67275ea4173532969e4ddf55b39f (patch) | |
| tree | 6473f7cee0e829783bd64cc3d52af53f5089340f /builtins/tomo.h | |
| parent | ee9a40f9102f12357e7a46c3b48a486c62c2311e (diff) | |
Add C string type
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 f0455ad1..ded82945 100644 --- a/builtins/tomo.h +++ b/builtins/tomo.h @@ -17,6 +17,7 @@ #include "array.h" #include "bool.h" +#include "c_string.h" #include "datatypes.h" #include "functions.h" #include "halfsiphash.h" |
