* [PATCHv2] pcm.h: include sys/types.h, necessary for u_int_XX types
@ 2013-10-10 13:24 John Spencer
0 siblings, 0 replies; only message in thread
From: John Spencer @ 2013-10-10 13:24 UTC (permalink / raw)
To: alsa-devel; +Cc: John Spencer
fixes compilation on musl libc.
Signed-off-by: John Spencer <maillist-alsa@barfooze.de>
---
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] only message in thread
only message in thread, other threads:[~2013-10-10 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 13:24 [PATCHv2] pcm.h: include sys/types.h, necessary for u_int_XX types John Spencer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).