libv4l: add missing <stdint.h> include to libv4l1.h
authorHans de Goede <hdegoede@redhat.com>
Thu, 26 Nov 2009 09:03:58 +0000 (10:03 +0100)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 24 Feb 2010 00:44:40 +0000 (21:44 -0300)
Priority: normal

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
lib/include/libv4l1.h

index a2f8bd8..fe0554f 100644 (file)
@@ -24,6 +24,7 @@ extern "C" {
 #endif /* __cplusplus */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <unistd.h>
 
 #if __GNUC__ >= 4