From 33bb4cdb1b01221eb7d3548a774fdd242f4cbb7b Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 16 May 2010 04:25:26 +0000 Subject: 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 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/settings.h b/apps/settings.h index 8c58fed900..5c28b4c0a6 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -26,6 +26,7 @@ #include #include "inttypes.h" #include "config.h" +#include "audiohw.h" /* for the AUDIOHW_* defines */ #include "statusbar.h" /* for the statusbar values */ #include "quickscreen.h" #include "button.h" -- cgit v1.2.3