mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed #include statements
This commit is contained in:
parent
aa5a4d1f1a
commit
1596c8c355
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <math.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <alsa/mixer_abst.h>
|
||||
#include <alsa/list.h>
|
||||
#include "asoundlib.h"
|
||||
#include "mixer_abst.h"
|
||||
#include "list.h"
|
||||
|
||||
#define MAX_CHANNEL 6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue