mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
13 lines
311 B
Diff
13 lines
311 B
Diff
diff --git a/dep/g3dlite/include/G3D/GMutex.h b/dep/g3dlite/include/G3D/GMutex.h
|
|
index 3469b81..9fe098d 100644
|
|
--- a/dep/g3dlite/include/G3D/GMutex.h
|
|
+++ b/dep/g3dlite/include/G3D/GMutex.h
|
|
@@ -16,6 +16,7 @@
|
|
#ifndef G3D_WIN32
|
|
# include <pthread.h>
|
|
# include <signal.h>
|
|
+# include <unistd.h>
|
|
#endif
|
|
|
|
|