From 8d6de7dac62b0cef196cc1aaf5451a7ccf4d93fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 17:25:49 +0200 Subject: Clean up includes and forward declarations --- zix/sem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zix/sem.h') diff --git a/zix/sem.h b/zix/sem.h index 2de5800..24bc446 100644 --- a/zix/sem.h +++ b/zix/sem.h @@ -27,8 +27,8 @@ # include # include #else -# include # include +# include #endif #ifdef __cplusplus @@ -42,6 +42,8 @@ extern "C" { @{ */ +struct ZixSemImpl; + /** A counting semaphore. -- cgit v1.2.1