include necessary header files explicitly.

This commit is contained in:
Takashi Iwai 2003-03-25 17:37:21 +00:00
parent be4c106ab0
commit eccc0e3a5a

View file

@ -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>