]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Changed location of asoundlib.h from sys dir to alsa dir.
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2001 09:34:14 +0000 (09:34 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Sep 2001 09:34:14 +0000 (09:34 +0000)
(it means that official location is '#include <alsa/asoundlib.h>')

alsactl/alsactl.c
alsamixer/alsamixer.c
amixer/amixer.c
aplay/aplay.c
seq/aconnect/aconnect.c
seq/aseqnet/aseqnet.c

index 458ce45dda6df1ed13ec17b7c4a1024c966a7b6d..1bef4aff887884cd48db658a4d9c19f3a0647e5f 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <assert.h>
 #include <errno.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 
 #define SYS_ASOUNDRC "/etc/asound.state"
 
index 92be224fcf51dc8f467db99a455bc60b51d1a664..2e312ec65939caa4ab51af9c3e5062e2e7629867 100644 (file)
 #endif
 #include <time.h>
 
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 
 /* example compilation commandline:
  * clear; gcc -Wall -pipe -O2 alsamixer.c -o alsamixer -lasound -lncurses
index c44f079e6b3535af71426e419e52c97e2519916b..955008a7ea6e3cb1f9e8ef02ce5f0e7140faf0be 100644 (file)
@@ -27,7 +27,7 @@
 #include <math.h>
 #include <errno.h>
 #include <assert.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <sys/poll.h>
 #include "amixer.h"
 
index 45f19d4085351641e1769499d01c97b6b4afdeab..9e6c7b356bc531f331d1bb1fd1b1ccf13886fcd4 100644 (file)
@@ -35,7 +35,7 @@
 #include <fcntl.h>
 #include <ctype.h>
 #include <errno.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <assert.h>
 #include <sys/poll.h>
 #include <sys/uio.h>
index 8b4b4f917e6599891a97fd0d62918ac65bd6be23..bb0ad023fb88bf301e4769c64957805f729fe556 100644 (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, ...)
 {
index ed52227a2387e24384d9a2571f2ff2c7a85ebb69..7b61ce54465409313b4e84c44a43e4669b1daf15 100644 (file)
@@ -22,7 +22,7 @@
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <netdb.h>
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <getopt.h>
 #include <signal.h>