summaryrefslogtreecommitdiff
path: root/thirdparty/linuxbsd_headers/alsa/patches/use-standard-poll-h.diff
blob: 8d536df5791979510f58020b153c56c3823c2a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/asoundlib.h
+++ b/asoundlib.h
@@ -35,7 +35,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <assert.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <errno.h>
 #include <stdarg.h>
 #include <endian.h>