aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/tomo.h')
-rw-r--r--src/stdlib/tomo.h2
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"