1
0
Fork 0

Changed location of asoundlib.h from sys dir to alsa dir.

(it means that official location is '#include <alsa/asoundlib.h>')
This commit is contained in:
Jaroslav Kysela 2001-09-11 09:34:14 +00:00
parent a33994dd0b
commit 6bd266995e
6 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
#include <getopt.h>
#include <stdarg.h>
#include <sys/ioctl.h>
#include <sys/asoundlib.h>
#include <alsa/asoundlib.h>
static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...)
{