diff options
author | Christi Scarborough <christi@coraline.org> | 2005-11-17 20:14:59 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-11-17 20:14:59 +0000 |
commit | 4c0b83f5e913820bbcf203fee1606d9910925946 (patch) | |
tree | c4e9cdcb1cf8196f60a3ff8b68ebc5d1a514e967 /apps/bookmark.c | |
parent | bc1fb0f5d91084d3e06ef3526533324108bf1de7 (diff) |
Remote WPS support (and some WPS bugfixes) by Stephan Wezel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 788aebe582..c42f466283 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -27,7 +27,7 @@ #include "button.h" #include "usb.h" #include "audio.h" -#include "wps.h" +#include "playlist.h" #include "settings.h" #include "tree.h" #include "bookmark.h" |