From: Jaroslav Kysela Date: Tue, 23 Jul 2013 12:57:05 +0000 (+0200) Subject: alsaloop: fix wrong alias for signal.h X-Git-Tag: v1.0.28~34 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8f57464190eb683d9517d8cfbd2cefb6223c6f1d;p=alsa-utils.git alsaloop: fix wrong alias for signal.h in POSIX, there is no . it's merely a legacy alias used by glibc, and the header does nothing else than including . so let's do the right thing and use the right name, which works everywhere. Signed-off-by: John Spencer Signed-off-by: Jaroslav Kysela --- diff --git a/alsaloop/alsaloop.c b/alsaloop/alsaloop.c index e1a36d2..20150dd 100644 --- a/alsaloop/alsaloop.c +++ b/alsaloop/alsaloop.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "alsaloop.h" struct loopback_thread {