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
be4c106ab0
commit
eccc0e3a5a
1 changed files with 3 additions and 0 deletions
|
|
@ -23,9 +23,12 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <stdarg.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue