From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:52:51 +0000 (+0530) Subject: headers_check fix: linux/video_decoder.h X-Git-Tag: v2.6.29-rc4~77^2~19 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=8b1e3a2f7f84484a8c208671adac39eb148c7d61;p=cascardo%2Flinux.git headers_check fix: linux/video_decoder.h fix the following 'make headers_check' warning: usr/include/linux/video_decoder.h:7: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/video_decoder.h b/include/linux/video_decoder.h index 121e26da2c18..e26c0c86a6ea 100644 --- 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 + #define HAVE_VIDEO_DECODER 1 struct video_decoder_capability { /* this name is too long */