aboutsummaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-05 16:16:21 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-05 16:16:21 -0800
commit07e77936d535e58b0aeb4f2a11400c1050556739 (patch)
treefb50fad6436ecbc159505bee73a92cd289b99a07 /include/base.h
parentb48327d357e0818d1a6ae2a064cfa7d1567e1242 (diff)
Feat: added math library
Used Plan9's libc as starting point. This cleans up dangling references due to loss of libc.
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 801b06c..99cd40b 100644
--- a/include/base.h
+++ b/include/base.h
@@ -46,6 +46,7 @@ typedef wchar_t wchar;
#include <base/flate.h>
#include <base/gz.h>
#include <base/sort.h>
+#include <base/math.h>
#include <base/rng.h>
// -----------------------------------------------------------------------------