From f4d22958f70924f630265467c847d2352f4a34c1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 Oct 2024 12:58:37 -0400 Subject: Add an include --- stdlib/threads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/threads.c') 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 #include "arrays.h" +#include "datatypes.h" #include "text.h" #include "threads.h" #include "types.h" -- cgit v1.2.3