diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-01-02 01:43:00 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-01-02 01:43:00 +0000 |
commit | b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543 (patch) | |
tree | e005981304fd2716fe5cfbf345bb43b5a2609e1b /apps/gui | |
parent | 9296126417be3be3de2f9a8300eb35a042790c74 (diff) |
woops... fix the header and bump the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/gwps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 6faf6e91f9..1f90077baa 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -62,6 +62,7 @@ #include "quickscreen.h" #include "pitchscreen.h" #include "appevents.h" +#include "viewport.h" /* currently only on wps_state is needed */ struct wps_state wps_state; |