From: HIRANO Takahito Date: Sun, 20 Sep 2009 11:57:49 +0000 (-0300) Subject: V4L/DVB (13167): pt1: Fix a compile error on arm X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0a7e8a621666f9ce1373270bae061f92a2a2b87;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git V4L/DVB (13167): pt1: Fix a compile error on arm The lack of #include caused a compile error on some architectures. Signed-off-by: HIRANO Takahito Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/pt1/pt1.c b/drivers/media/dvb/pt1/pt1.c index 81e623a90f09..1fd8306371e2 100644 --- a/drivers/media/dvb/pt1/pt1.c +++ b/drivers/media/dvb/pt1/pt1.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "dvbdev.h" #include "dvb_demux.h"