All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-utils] [PATCH 1/3] aplay: Fix signal.h include
@ 2012-07-17 10:15 Arun Raghavan
  2012-07-17 10:15 ` [alsa-utils] [PATCH 2/3] aplay: Use open() instead of open64() Arun Raghavan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arun Raghavan @ 2012-07-17 10:15 UTC (permalink / raw)
  To: alsa-devel; +Cc: Arun Raghavan

The correct header to include is <signal.h> not <sys/signal.h>.
---
 aplay/aplay.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aplay/aplay.c b/aplay/aplay.c
index 8462484..932497d 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -42,10 +42,10 @@
 #include <alsa/asoundlib.h>
 #include <assert.h>
 #include <termios.h>
+#include <signal.h>
 #include <sys/poll.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/signal.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <endian.h>
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-18  5:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 10:15 [alsa-utils] [PATCH 1/3] aplay: Fix signal.h include Arun Raghavan
2012-07-17 10:15 ` [alsa-utils] [PATCH 2/3] aplay: Use open() instead of open64() Arun Raghavan
2012-07-17 10:15 ` [alsa-utils] [PATCH 3/3] build: Don't call AC_CHECK_FUNC with --disable-alsatest Arun Raghavan
2012-07-17 13:11 ` [alsa-utils] [PATCH 1/3] aplay: Fix signal.h include Takashi Iwai
2012-07-18  5:59   ` Arun Raghavan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.