summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/dolphin-emu/unistd.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-29 19:36:41 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-29 19:36:41 (GMT)
commit477b19b25ebafc812f548edf9aa701539c511b34 (patch)
tree289e554b3fd3b5cd25665f1a2287882efc4707c7 /abs/extra/community/dolphin-emu/unistd.diff
parent0efa5c701a4d788742c13d92d756d4465a3c7936 (diff)
parent78fb16866e4942bffa2d7db2c28a4d422236de0a (diff)
downloadlinhes_pkgbuild-477b19b25ebafc812f548edf9aa701539c511b34.zip
linhes_pkgbuild-477b19b25ebafc812f548edf9aa701539c511b34.tar.gz
linhes_pkgbuild-477b19b25ebafc812f548edf9aa701539c511b34.tar.bz2
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/dolphin-emu/unistd.diff')
-rw-r--r--abs/extra/community/dolphin-emu/unistd.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/community/dolphin-emu/unistd.diff b/abs/extra/community/dolphin-emu/unistd.diff
new file mode 100644
index 0000000..2b39063
--- /dev/null
+++ b/abs/extra/community/dolphin-emu/unistd.diff
@@ -0,0 +1,11 @@
+--- src/dolphin-emu-3.0/Source/Core/Common/Src/CommonFuncs.h 2012-04-07 10:47:47.595151504 +0200
++++ src/dolphin-emu-3.0-build/Source/Core/Common/Src/CommonFuncs.h 2012-04-07 10:53:25.371113081 +0200
+@@ -18,6 +18,8 @@
+ #ifndef _COMMONFUNCS_H_
+ #define _COMMONFUNCS_H_
+
++#include <unistd.h>
++
+ #ifdef _WIN32
+ #define SLEEP(x) Sleep(x)
+ #else