diff options
Diffstat (limited to 'zix/sem.h')
-rw-r--r-- | zix/sem.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,8 +27,8 @@ # include <limits.h> # include <windows.h> #else -# include <semaphore.h> # include <errno.h> +# include <semaphore.h> #endif #ifdef __cplusplus @@ -42,6 +42,8 @@ extern "C" { @{ */ +struct ZixSemImpl; + /** A counting semaphore. |