All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcm.h: include sys/types.h, necessary for u_int_XX types
@ 2013-10-10 13:17 John Spencer
  2013-10-10 13:25 ` John Spencer
  2013-10-10 13:35 ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: John Spencer @ 2013-10-10 13:17 UTC (permalink / raw)
  To: alsa-devel; +Cc: John Spencer

fixes compilation on musl libc.
---
 include/pcm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/pcm.h b/include/pcm.h
index 95b8aed..7ea9e84 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -29,6 +29,8 @@
 #ifndef __ALSA_PCM_H
 #define __ALSA_PCM_H
 
+#include <sys/types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
1.7.3.4

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

end of thread, other threads:[~2013-10-10 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 13:17 [PATCH] pcm.h: include sys/types.h, necessary for u_int_XX types John Spencer
2013-10-10 13:25 ` John Spencer
2013-10-10 13:35 ` Takashi Iwai
2013-10-10 13:36   ` John Spencer
2013-10-10 14:50     ` Takashi Iwai

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.