summaryrefslogtreecommitdiffstats
path: root/src/win32/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/thread_win32.c')
-rw-r--r--src/win32/thread_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/thread_win32.c b/src/win32/thread_win32.c
index e4411b1..dbfe026 100644
--- a/src/win32/thread_win32.c
+++ b/src/win32/thread_win32.c
@@ -1,9 +1,9 @@
// Copyright 2012-2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "zix/thread.h"
+#include <zix/thread.h>
-#include "zix/status.h"
+#include <zix/status.h>
#include <windows.h>