mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -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 <fcntl.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <alsa/asoundlib.h>
|
#include "asoundlib.h"
|
||||||
#include <alsa/mixer_abst.h>
|
#include "mixer_abst.h"
|
||||||
#include <alsa/list.h>
|
#include "list.h"
|
||||||
|
|
||||||
#define MAX_CHANNEL 6
|
#define MAX_CHANNEL 6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue