diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 23:18:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 23:18:40 -0300 |
commit | f9e3ab7bf5163867f98685166c8df8124345151b (patch) | |
tree | c368354147657fa38393a39a335c86a8f99482ee /linux/drivers/media/dvb/frontends | |
parent | c7420d03a48097dd8f80e893ed945a4952d8320d (diff) | |
download | mediapointer-dvb-s2-f9e3ab7bf5163867f98685166c8df8124345151b.tar.gz mediapointer-dvb-s2-f9e3ab7bf5163867f98685166c8df8124345151b.tar.bz2 |
Fixes compilation for drx397xD
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/drx397xD.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/drx397xD.c b/linux/drivers/media/dvb/frontends/drx397xD.c index f0a250512..327fff4b8 100644 --- a/linux/drivers/media/dvb/frontends/drx397xD.c +++ b/linux/drivers/media/dvb/frontends/drx397xD.c @@ -30,6 +30,7 @@ #include "dvb_frontend.h" #include "drx397xD.h" +#include "compat.h" static const char mod_name[] = "drx397xD"; |