diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 12:58:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 12:58:37 -0400 |
| commit | f4d22958f70924f630265467c847d2352f4a34c1 (patch) | |
| tree | 36df622765e6e99e05ccff8319ffd1515ae2e066 | |
| parent | 213ae74e328f01149c68f0a8a9971a6fff0a0fe7 (diff) | |
Add an include
| -rw-r--r-- | stdlib/threads.c | 1 |
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" |
