alsa-oss: fix build with glibc >= 2.28

This commit is contained in:
maxice8 2018-10-18 00:36:14 -03:00 committed by maxice8
parent 17dce52c6f
commit 84b9b68569
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/alsa/stdioemu.c b/alsa/stdioemu.c
index 670892b..20fb996 100644
--- alsa/stdioemu.c
+++ alsa/stdioemu.c
@@ -37,7 +37,6 @@
#endif
#include <stdio.h>
-#include <libio.h>
struct fd_cookie {
int fd;