summaryrefslogtreecommitdiffstats
path: root/src/posix/sem_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix/sem_posix.c')
-rw-r--r--src/posix/sem_posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/posix/sem_posix.c b/src/posix/sem_posix.c
index 452830d..ea49db9 100644
--- a/src/posix/sem_posix.c
+++ b/src/posix/sem_posix.c
@@ -1,12 +1,12 @@
// Copyright 2012-2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "zix/sem.h"
+#include <zix/sem.h>
#include "../errno_status.h"
#include "../zix_config.h"
-#include "zix/status.h"
+#include <zix/status.h>
#include <semaphore.h>