diff options
| -rw-r--r-- | firmware/drivers/tuner/rda5802.c | 1 | ||||
| -rw-r--r-- | firmware/drivers/tuner/tea5760uk.c | 1 | ||||
| -rw-r--r-- | firmware/drivers/tuner/tea5767.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/tuner/rda5802.c b/firmware/drivers/tuner/rda5802.c index a6c73a5..7b9bea7 100644 --- a/firmware/drivers/tuner/rda5802.c +++ b/firmware/drivers/tuner/rda5802.c @@ -26,6 +26,7 @@ #include <string.h> #include <stdlib.h> #include "kernel.h" +#include "power.h" #include "tuner.h" /* tuner abstraction interface */ #include "fmradio.h" #include "fmradio_i2c.h" /* physical interface driver */ diff --git a/firmware/drivers/tuner/tea5760uk.c b/firmware/drivers/tuner/tea5760uk.c index 0e2e208..5e89bad 100644 --- a/firmware/drivers/tuner/tea5760uk.c +++ b/firmware/drivers/tuner/tea5760uk.c @@ -24,6 +24,7 @@ #include <string.h> #include <stdlib.h> #include "kernel.h" +#include "power.h" #include "tuner.h" /* tuner abstraction interface */ #include "fmradio.h" #include "fmradio_i2c.h" /* physical interface driver */ diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c index da12a9b..6efcee2 100644 --- a/firmware/drivers/tuner/tea5767.c +++ b/firmware/drivers/tuner/tea5767.c @@ -24,6 +24,7 @@ #include <string.h> #include <stdlib.h> #include "kernel.h" +#include "power.h" #include "tuner.h" /* tuner abstraction interface */ #include "fmradio.h" #include "fmradio_i2c.h" /* physical interface driver */ |