diff options
Diffstat (limited to 'src/thread.c')
-rw-r--r-- | src/thread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread.c b/src/thread.c index 72e4d46..c13f2ab 100644 --- a/src/thread.c +++ b/src/thread.c @@ -2,6 +2,9 @@ // SPDX-License-Identifier: ISC #include "zix/thread.h" + +#include "errno_status.h" + #include "zix/common.h" #ifdef _WIN32 |