diff options
Diffstat (limited to 'stdlib/tomo.h')
| -rw-r--r-- | stdlib/tomo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h index 159b6426..03257937 100644 --- a/stdlib/tomo.h +++ b/stdlib/tomo.h @@ -13,6 +13,7 @@ #include "c_strings.h" #include "channels.h" #include "datatypes.h" +#include "enums.h" #include "functiontype.h" #include "integers.h" #include "memory.h" @@ -27,6 +28,7 @@ #include "rng.h" #include "shell.h" #include "siphash.h" +#include "structs.h" #include "tables.h" #include "text.h" #include "threads.h" |
