mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
include neccessary header files explicitly.
This commit is contained in:
parent
f768eb0ff4
commit
1cdd8a6dc0
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <sound/sb16_csp.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue