diff options
author | David Robillard <d@drobilla.net> | 2022-10-20 21:34:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-21 12:45:39 -0400 |
commit | 2ff624eae24742faf17889f858dbdaa6d4a064ea (patch) | |
tree | 63fff58c10051292e82bb0b031f41d8769e56629 /include/zix/sem.h | |
parent | d072adfbe40e15715e2065f1900f8d5a76491c5f (diff) | |
download | zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.gz zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.tar.bz2 zix-2ff624eae24742faf17889f858dbdaa6d4a064ea.zip |
Split up common header
Diffstat (limited to 'include/zix/sem.h')
-rw-r--r-- | include/zix/sem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/sem.h b/include/zix/sem.h index 25088bf..3777497 100644 --- a/include/zix/sem.h +++ b/include/zix/sem.h @@ -5,7 +5,7 @@ #define ZIX_SEM_H #include "zix/attributes.h" -#include "zix/common.h" +#include "zix/status.h" #ifdef __APPLE__ # include <mach/mach.h> |