summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index dd8993e..8c9e9a5 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -22,6 +22,7 @@
#define _FILEHANDLE_H_
#include <stdbool.h>
+#include "config.h"
#include <tree.h>
/* 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... */