mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
include necessary header files explicitly.
This commit is contained in:
parent
cd0edaf292
commit
f768eb0ff4
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <alloca.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#define ALSA_PCM_NEW_HW_PARAMS_API
|
||||
#define ALSA_PCM_NEW_SW_PARAMS_API
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue