diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-19 21:34:27 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-19 21:34:27 +0000 |
commit | 09de59708dbc0a3df99d6153bca46b9efd7ba830 (patch) | |
tree | 14926113fa8c7292ef0de7c5352f2f0f8ba893a6 /apps | |
parent | ee7247998a414180616abf3a15f3962494015110 (diff) |
Fix yellow: Another try at fixing aggressive includes removal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index 52b161b500..27641abe2d 100644 --- a/apps/main.c +++ b/apps/main.c @@ -56,6 +56,7 @@ #include "playlist.h" #include "buffer.h" #include "rolo.h" +#include "screens.h" #include "usb_screen.h" #include "power.h" #include "talk.h" |