V4L/DVB (4231): Include some extra headers that we need.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mike Isely 2006-06-25 20:03:59 -03:00 committed by Mauro Carvalho Chehab
parent 4656fb6371
commit b2bbaa9394
2 changed files with 3 additions and 1 deletions

View file

@ -23,8 +23,8 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/firmware.h>
#include <asm/semaphore.h>
#include <linux/videodev2.h>
#include <asm/semaphore.h>
#include <media/cx2341x.h>
#include "pvrusb2.h"
#include "pvrusb2-std.h"

View file

@ -21,6 +21,8 @@
#include "pvrusb2-std.h"
#include "pvrusb2-debug.h"
#include <asm/string.h>
#include <linux/slab.h>
struct std_name {
const char *name;