mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:15:43 +01:00
aplay: Add include files for mkdir()
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3bea722b3b
commit
ce2d64b48a
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
#include <sys/uio.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include "aconfig.h"
|
||||
#include "gettext.h"
|
||||
|
|
Loading…
Reference in a new issue