diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-22 14:38:29 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-26 21:45:15 +0100 |
commit | e118a7fcc512b9c8e9fb6a2f721b63a092fb7568 (patch) | |
tree | 8bca011221266d07bc7f1d9a5f1bbda850b5baab /dep/g3dlite | |
parent | 43cbb1e10589bed2dadea85caac88e8193bcb7a5 (diff) |
Core: Fix compiling on Fedora (G3D related)
Thanks F3st and Gamera
Closes #7477
Diffstat (limited to 'dep/g3dlite')
-rw-r--r-- | dep/g3dlite/G3D-v8.0_extra.diff | 12 | ||||
-rw-r--r-- | dep/g3dlite/include/G3D/GMutex.h | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dep/g3dlite/G3D-v8.0_extra.diff b/dep/g3dlite/G3D-v8.0_extra.diff new file mode 100644 index 00000000000..d556103c96d --- /dev/null +++ b/dep/g3dlite/G3D-v8.0_extra.diff @@ -0,0 +1,12 @@ +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 + + diff --git a/dep/g3dlite/include/G3D/GMutex.h b/dep/g3dlite/include/G3D/GMutex.h index 3469b812736..9fe098d10e3 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 |