projects
/
platform
/
upstream
/
v4l-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63468f5
)
libv4l: add missing <stdint.h> include to libv4l1.h
author
Hans de Goede
<hdegoede@redhat.com>
Thu, 26 Nov 2009 09:03:58 +0000
(10:03 +0100)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/lib/include/libv4l1.h
b/lib/include/libv4l1.h
index
a2f8bd8
..
fe0554f
100644
(file)
--- a/
lib/include/libv4l1.h
+++ b/
lib/include/libv4l1.h
@@
-24,6
+24,7
@@
extern "C" {
#endif /* __cplusplus */
#include <stdio.h>
+#include <stdint.h>
#include <unistd.h>
#if __GNUC__ >= 4