Fixed bug #2988166 compilation error in unix (EBUSY undefined).

This commit is contained in:
David Capello 2010-04-16 09:15:55 -03:00
parent bbe7205e4f
commit abc54a0e2e

View File

@ -30,6 +30,7 @@
// OF THE POSSIBILITY OF SUCH DAMAGE.
#include <pthread.h>
#include <errno.h>
class Vaca::Mutex::MutexImpl
{