alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH TINYCOMPRESS 11/14] compress: Add missing header includes
@ 2013-02-10  0:19 Richard Fitzgerald
  2013-02-22 16:08 ` [PATCH TINYCOMPRESS 11/14 v2] " Richard Fitzgerald
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2013-02-10  0:19 UTC (permalink / raw)
  To: vinod.koul; +Cc: alsa-devel

This fixes build problems caused by dependencies that were
not explicitly included.

diff --git a/compress.c b/compress.c
index 7ee287d..34936bd 100644
--- a/compress.c
+++ b/compress.c
@@ -66,6 +66,7 @@
 #include <sys/time.h>
 #include <limits.h>
 
+#include <linux/types.h>
 #include <linux/ioctl.h>
 #define __force
 #define __bitwise
diff --git a/cplay.c b/cplay.c
index d2a968c..3af6d13 100644
--- a/cplay.c
+++ b/cplay.c
@@ -51,6 +51,8 @@
  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <stdint.h>
+#include <linux/types.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <unistd.h>
@@ -60,6 +62,7 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <getopt.h>
+#include <sys/time.h>
 #define __force
 #define __bitwise
 #define __user
-- 
1.7.2.5

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

* Re: [PATCH TINYCOMPRESS 11/14 v2] compress: Add missing header includes
  2013-02-10  0:19 [PATCH TINYCOMPRESS 11/14] compress: Add missing header includes Richard Fitzgerald
@ 2013-02-22 16:08 ` Richard Fitzgerald
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Fitzgerald @ 2013-02-22 16:08 UTC (permalink / raw)
  To: vinod.koul; +Cc: alsa-devel

This fixes build problems caused by dependencies that were
not explicitly included.

---
 compress.c |    1 +
 cplay.c    |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/compress.c b/compress.c
index 45b34d0..ebd28db 100644
--- a/compress.c
+++ b/compress.c
@@ -66,6 +66,7 @@
 #include <sys/time.h>
 #include <limits.h>
 
+#include <linux/types.h>
 #include <linux/ioctl.h>
 #define __force
 #define __bitwise
diff --git a/cplay.c b/cplay.c
index d2a968c..3af6d13 100644
--- a/cplay.c
+++ b/cplay.c
@@ -51,6 +51,8 @@
  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <stdint.h>
+#include <linux/types.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <unistd.h>
@@ -60,6 +62,7 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <getopt.h>
+#include <sys/time.h>
 #define __force
 #define __bitwise
 #define __user
-- 
1.7.2.5

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

end of thread, other threads:[~2013-02-22 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10  0:19 [PATCH TINYCOMPRESS 11/14] compress: Add missing header includes Richard Fitzgerald
2013-02-22 16:08 ` [PATCH TINYCOMPRESS 11/14 v2] " Richard Fitzgerald

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).