diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zix/sem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zix/sem.h b/include/zix/sem.h index 88f4371..95bdd9b 100644 --- a/include/zix/sem.h +++ b/include/zix/sem.h @@ -15,10 +15,10 @@ # include <semaphore.h> #endif -ZIX_BEGIN_DECLS - #include <stdint.h> +ZIX_BEGIN_DECLS + /** @defgroup zix_sem Semaphore @ingroup zix_threading |