We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcfb9b commit 797239cCopy full SHA for 797239c
1 file changed
src/hx/thread/CountingSemaphore.posix.cpp
@@ -2,6 +2,7 @@
2
#include <semaphore.h>
3
#include <sys/time.h>
4
#include <memory>
5
+#include <cerrno>
6
#include <hx/thread/CountingSemaphore.hpp>
7
8
struct hx::thread::CountingSemaphore_obj::Impl
@@ -88,4 +89,4 @@ bool hx::thread::CountingSemaphore_obj::tryAcquire(Null<double> timeout)
88
89
}
90
91
-}
92
+}
0 commit comments