diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
| commit | a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch) | |
| tree | a4137025b4096749341513f44c12d381ceb636bf /src/stdlib/tomo.h | |
| parent | ecf08ab61fe49101b6c769badf362d21d8699df4 (diff) | |
Lots of cleanups
Diffstat (limited to 'src/stdlib/tomo.h')
| -rw-r--r-- | src/stdlib/tomo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index 63abd2d6..d0463409 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -3,6 +3,7 @@ // All of the different builtin modules can be included by including this one // import +#include <math.h> #include <stdbool.h> #include <stdint.h> #include <sys/param.h> @@ -12,6 +13,7 @@ #include "c_strings.h" #include "datatypes.h" #include "enums.h" +#include "files.h" #include "functiontype.h" #include "integers.h" #include "lists.h" |
