From 2a0df087e2574ccdec7447ddec9e37073f609b9e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 27 Dec 2006 14:04:09 -0200 Subject: [PATCH] --- yaml --- r: 45091 b: refs/heads/master c: 0b778a56e342e0e1d274298ad47d9af22a9de633 h: refs/heads/master i: 45089: 44ac62ec97d4aa880fe2d5be191def64ea0d95d9 45087: 0a7558d8cead804d6b1ec01298bb461a07d5af39 v: v3 --- [refs] | 2 +- trunk/drivers/media/common/ir-functions.c | 1 + trunk/include/media/ir-common.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e86b6cb63bdc..946a37802eb2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a2816c1c4ca7f5d02de4339589913701251dd5a +refs/heads/master: 0b778a56e342e0e1d274298ad47d9af22a9de633 diff --git a/trunk/drivers/media/common/ir-functions.c b/trunk/drivers/media/common/ir-functions.c index 8eaa88fd8b9b..9a8dd8764c99 100644 --- a/trunk/drivers/media/common/ir-functions.c +++ b/trunk/drivers/media/common/ir-functions.c @@ -23,6 +23,7 @@ #include #include #include +#include #include /* -------------------------------------------------------------------------- */ diff --git a/trunk/include/media/ir-common.h b/trunk/include/media/ir-common.h index 2b25f5c95006..4bb0ad810179 100644 --- a/trunk/include/media/ir-common.h +++ b/trunk/include/media/ir-common.h @@ -24,6 +24,7 @@ #define _IR_COMMON #include +#include #define IR_TYPE_RC5 1 #define IR_TYPE_PD 2 /* Pulse distance encoded IR */