summaryrefslogtreecommitdiffstats
path: root/sdlmame/0004-poll-not-sys-poll.patch
blob: c6ad524b4ac9c360494d1b66a545bfef2d293e92 (plain)
1
2
3
4
5
6
7
8
9
10
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>