summaryrefslogtreecommitdiffstats
path: root/src/posix/thread_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix/thread_posix.c')
-rw-r--r--src/posix/thread_posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/posix/thread_posix.c b/src/posix/thread_posix.c
index 2073448..468fe38 100644
--- a/src/posix/thread_posix.c
+++ b/src/posix/thread_posix.c
@@ -1,11 +1,11 @@
// Copyright 2012-2020 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "zix/thread.h"
+#include <zix/thread.h>
#include "../errno_status.h"
-#include "zix/status.h"
+#include <zix/status.h>
#include <pthread.h>