mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Fixed bug #2988166 compilation error in unix (EBUSY undefined).
This commit is contained in:
parent
bbe7205e4f
commit
abc54a0e2e
1
third_party/vaca/src/unix/MutexImpl.h
vendored
1
third_party/vaca/src/unix/MutexImpl.h
vendored
@ -30,6 +30,7 @@
|
||||
// OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
class Vaca::Mutex::MutexImpl
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user