The patch number 14276 was added via h...@rhel5-devel.localdomain
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Hans de Goede  <hdego...@redhat.com>
libv4l: add missing <stdint.h> include to libv4l1.h


libv4l: add missing <stdint.h> include to libv4l1.h

Priority: normal

Signed-off-by: Hans de Goede <hdego...@redhat.com>


---

 v4l2-apps/libv4l/include/libv4l1.h |    1 +
 1 file changed, 1 insertion(+)

diff -r 3b9e1bf8c8b8 -r a0dee57ef28a v4l2-apps/libv4l/include/libv4l1.h
--- a/v4l2-apps/libv4l/include/libv4l1.h        Tue Nov 24 09:17:43 2009 +0100
+++ b/v4l2-apps/libv4l/include/libv4l1.h        Thu Nov 26 10:03:58 2009 +0100
@@ -24,6 +24,7 @@
 #endif /* __cplusplus */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <unistd.h>
 
 #if __GNUC__ >= 4


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/a0dee57ef28a5f37ba0a33c98a0cb88de4f9c175

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to