diff options
Diffstat (limited to 'common/threads.cpp')
-rw-r--r-- | common/threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/threads.cpp b/common/threads.cpp index 69989ae4..45f73243 100644 --- a/common/threads.cpp +++ b/common/threads.cpp @@ -86,7 +86,7 @@ bool semaphore::try_wait() noexcept #else -#include <errno.h> +#include <cerrno> #include <pthread.h> #ifdef HAVE_PTHREAD_NP_H #include <pthread_np.h> |