summaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-20 21:34:20 -0400
committerDavid Robillard <d@drobilla.net>2022-10-21 12:45:39 -0400
commitd072adfbe40e15715e2065f1900f8d5a76491c5f (patch)
tree350f7c5c70e84d7a1d98a8e9389af4a4d3631cb1 /src/thread.c
parent60e86c7b2a05dab33fc66f4fa5b2954d79456cb6 (diff)
downloadzix-d072adfbe40e15715e2065f1900f8d5a76491c5f.tar.gz
zix-d072adfbe40e15715e2065f1900f8d5a76491c5f.tar.bz2
zix-d072adfbe40e15715e2065f1900f8d5a76491c5f.zip
Hide errno utility functions
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c3
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