projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448314f
)
headers_check fix: linux/video_decoder.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 16:52:51 +0000
(22:22 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:39:13 +0000
(
00:09
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/video_decoder.h:7: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/video_decoder.h
patch
|
blob
|
history
diff --git
a/include/linux/video_decoder.h
b/include/linux/video_decoder.h
index 121e26da2c1869b6447423649d38af8591389060..e26c0c86a6eaf919dadfe83d2e5226fccfbe7f6a 100644
(file)
--- a/
include/linux/video_decoder.h
+++ b/
include/linux/video_decoder.h
@@
-1,6
+1,8
@@
#ifndef _LINUX_VIDEO_DECODER_H
#define _LINUX_VIDEO_DECODER_H
+#include <linux/types.h>
+
#define HAVE_VIDEO_DECODER 1
struct video_decoder_capability { /* this name is too long */