diff options
Diffstat (limited to 'builtins/tomo.h')
| -rw-r--r-- | builtins/tomo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/tomo.h b/builtins/tomo.h index 2676037f..03817e0f 100644 --- a/builtins/tomo.h +++ b/builtins/tomo.h @@ -1,5 +1,8 @@ #pragma once +// All of the different builtin modules can be included by including this one +// import + #include <err.h> #include <gc.h> #include <gc/cord.h> |
