summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-03 18:49:28 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-03 18:49:28 -0400
commit8dd389a5f7db1c8ef9e60d900104fef99f25645f (patch)
tree74e07d438e3c30fed3cdb7eec50b37936c4cfc7f /toc.c
parent119950ebde3c9f096d1866ba6448d6bd9b22d063 (diff)
io is working but slow
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index 2afbc1c..c63dc36 100644
--- a/toc.c
+++ b/toc.c
@@ -15,6 +15,7 @@
#include <limits.h>
#include <float.h>
#include <inttypes.h>
+#include <errno.h>
#ifndef COMPILE_TIME_FOREIGN_FN_SUPPORT
#define COMPILE_TIME_FOREIGN_FN_SUPPORT 1