mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Make sure to include audiohw.h in settings.h or the definition of struct user_settings could get out of sync amongnst various #includes. Might be the reason for FS#11277 -iPod Video crashes at startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26074 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fef807acf7
commit
33bb4cdb1b
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "inttypes.h"
|
#include "inttypes.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "audiohw.h" /* for the AUDIOHW_* defines */
|
||||||
#include "statusbar.h" /* for the statusbar values */
|
#include "statusbar.h" /* for the statusbar values */
|
||||||
#include "quickscreen.h"
|
#include "quickscreen.h"
|
||||||
#include "button.h"
|
#include "button.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue