diff options
author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-19 20:12:52 +0000 |
---|---|---|
committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-19 20:12:52 +0000 |
commit | fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 (patch) | |
tree | 3855b7ea3a288059458b847b4bdfabd5c48ccce4 /apps/playlist.h | |
parent | 7d61376ef80bc6ac7a817201729ee1e612625ef6 (diff) | |
download | rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.gz rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.bz2 rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.zip |
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
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index 4722be11c0..d19d9a792a 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -23,6 +23,7 @@ #define __PLAYLIST_H__ #include <stdbool.h> +#include "config.h" #include "file.h" #include "kernel.h" #include "metadata.h" |