From fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Mon, 19 Dec 2011 20:12:52 +0000 Subject: Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31370 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index dd8993e262..8c9e9a5d93 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -22,6 +22,7 @@ #define _FILEHANDLE_H_ #include +#include "config.h" #include /* using attribute bits not used by FAT (FAT uses lower 7) */ @@ -54,7 +55,7 @@ struct filetype { enum themable_icons icon; int voiceclip; }; -void tree_get_filetypes(const struct filetype**, int*); +void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; /* init the filetypes structs. uses audio buffer for storage, so call early in init... */ -- cgit v1.2.3