forked from len0rd/rockbox
Fix red in bc416ff590
Most of it was due to checkwps breaking, the rest was m68k with radios. Change-Id: I8a00e094e4006a132932f05e6c4ff7db63dfbfc8
This commit is contained in:
parent
bc416ff590
commit
6ae2b7140c
2 changed files with 9 additions and 7 deletions
|
@ -61,6 +61,7 @@
|
||||||
#include "skin_engine.h"
|
#include "skin_engine.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "settings_list.h"
|
#include "settings_list.h"
|
||||||
|
#include "rbpaths.h"
|
||||||
#if CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
#include "radio.h"
|
#include "radio.h"
|
||||||
#include "tuner.h"
|
#include "tuner.h"
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "settings.h"
|
||||||
#include "rbpaths.h"
|
#include "rbpaths.h"
|
||||||
#include "general.h"
|
#include "general.h"
|
||||||
#include "radio.h"
|
#include "radio.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue