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 <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
Jaswinder Singh Rajput 2009-01-30 22:22:51 +05:30
parent 448314fc96
commit 8b1e3a2f7f

View File

@ -1,6 +1,8 @@
#ifndef _LINUX_VIDEO_DECODER_H #ifndef _LINUX_VIDEO_DECODER_H
#define _LINUX_VIDEO_DECODER_H #define _LINUX_VIDEO_DECODER_H
#include <linux/types.h>
#define HAVE_VIDEO_DECODER 1 #define HAVE_VIDEO_DECODER 1
struct video_decoder_capability { /* this name is too long */ struct video_decoder_capability { /* this name is too long */