summaryrefslogtreecommitdiffstats
path: root/abs/extra/dolphin-emu/unistd.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-26 14:53:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-26 14:53:08 (GMT)
commitc4497a9290ec83a0472113d91cc369b82ba33b47 (patch)
treedae8ad2fb0595673088f39f7833c2b7f3c6cc320 /abs/extra/dolphin-emu/unistd.diff
parent04d14fae1fcfb2d952acb6278b3ff1961374b166 (diff)
downloadlinhes_pkgbuild-c4497a9290ec83a0472113d91cc369b82ba33b47.zip
linhes_pkgbuild-c4497a9290ec83a0472113d91cc369b82ba33b47.tar.gz
linhes_pkgbuild-c4497a9290ec83a0472113d91cc369b82ba33b47.tar.bz2
dolphin-emu: moved it to extra from extra/community
Diffstat (limited to 'abs/extra/dolphin-emu/unistd.diff')
-rw-r--r--abs/extra/dolphin-emu/unistd.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/dolphin-emu/unistd.diff b/abs/extra/dolphin-emu/unistd.diff
new file mode 100644
index 0000000..2b39063
--- /dev/null
+++ b/abs/extra/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