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:13 +00:00
parent 3c9d27c82d
commit 0a8749a802
7 changed files with 13 additions and 63 deletions

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <sys/asoundlib.h>
#include "../include/asoundlib.h"
#include <string.h>
#include <signal.h>