aboutsummaryrefslogtreecommitdiff
path: root/stdlib/threads.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-27 12:58:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-27 12:58:37 -0400
commitf4d22958f70924f630265467c847d2352f4a34c1 (patch)
tree36df622765e6e99e05ccff8319ffd1515ae2e066 /stdlib/threads.c
parent213ae74e328f01149c68f0a8a9971a6fff0a0fe7 (diff)
Add an include
Diffstat (limited to 'stdlib/threads.c')
-rw-r--r--stdlib/threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/threads.c b/stdlib/threads.c
index bd9f017e..0cb47e1b 100644
--- a/stdlib/threads.c
+++ b/stdlib/threads.c
@@ -11,6 +11,7 @@
#include <sys/param.h>
#include "arrays.h"
+#include "datatypes.h"
#include "text.h"
#include "threads.h"
#include "types.h"