mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #26854: Android has a different include path for soundcard.h.
This commit is contained in:
parent
8d013a8d36
commit
fa935c4727
1 changed files with 4 additions and 0 deletions
|
@ -31,7 +31,11 @@
|
|||
#endif
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef __ANDROID__
|
||||
#include <linux/soundcard.h>
|
||||
#else
|
||||
#include <sys/soundcard.h>
|
||||
#endif
|
||||
|
||||
#if defined(linux)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue