summaryrefslogtreecommitdiff
path: root/seq
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-11-19 20:28:53 -0800
committerTakashi Iwai <tiwai@suse.de>2019-11-20 19:44:02 +0100
commit5e6df5ae4ba587ba324dd97b7bd8af9f8159f59a (patch)
tree23758892d24b0c8fa99e78f38aa4dc7c8c5c6c09 /seq
parentc0591c540d44f3e00c2092742e09de0891ad4703 (diff)
downloadalsa-utils-5e6df5ae4ba587ba324dd97b7bd8af9f8159f59a.tar.gz
treewide: sys/poll to poll
Fixes warning on musl: warning redirecting incorrect #include <sys/poll.h> to <poll.h> Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'seq')
-rw-r--r--seq/aplaymidi/arecordmidi.c2
-rw-r--r--seq/aseqdump/aseqdump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/seq/aplaymidi/arecordmidi.c b/seq/aplaymidi/arecordmidi.c
index f3db65e..604cd0d 100644
--- a/seq/aplaymidi/arecordmidi.c
+++ b/seq/aplaymidi/arecordmidi.c
@@ -27,7 +27,7 @@
#include <string.h>
#include <signal.h>
#include <getopt.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <alsa/asoundlib.h>
#include "aconfig.h"
#include "version.h"
diff --git a/seq/aseqdump/aseqdump.c b/seq/aseqdump/aseqdump.c
index 7904540..578e06f 100644
--- a/seq/aseqdump/aseqdump.c
+++ b/seq/aseqdump/aseqdump.c
@@ -25,7 +25,7 @@
#include <string.h>
#include <signal.h>
#include <getopt.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <alsa/asoundlib.h>
#include "aconfig.h"
#include "version.h"