summaryrefslogtreecommitdiffstats
path: root/sdlmame/0004-poll-not-sys-poll.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sdlmame/0004-poll-not-sys-poll.patch')
-rw-r--r--sdlmame/0004-poll-not-sys-poll.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdlmame/0004-poll-not-sys-poll.patch b/sdlmame/0004-poll-not-sys-poll.patch
new file mode 100644
index 0000000..c6ad524
--- /dev/null
+++ b/sdlmame/0004-poll-not-sys-poll.patch
@@ -0,0 +1,11 @@
+--- a/3rdparty/asio/include/asio/detail/socket_types.hpp
++++ b/3rdparty/asio/include/asio/detail/socket_types.hpp
+@@ -58,7 +58,7 @@
+ #else
+ # include <sys/ioctl.h>
+ # if !defined(__SYMBIAN32__)
+-# include <sys/poll.h>
++# include <poll.h>
+ # endif
+ # include <sys/types.h>
+ # include <sys/stat.h>