summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-04-28 10:22:05 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-04-28 10:22:05 +0000
commita5d3029c82ff0f47f8ea6608e84995f360f2adad (patch)
tree12e96ef91eb0ffd87724703018131a3622add073 /apps/playlist_catalog.c
parent8391526f794b296e5b6edd5707bbf25b5be73e17 (diff)
downloadrockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.gz
rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.zip
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17275 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist_catalog.c')
-rw-r--r--apps/playlist_catalog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c
index 2b5020f7f3..52210580ad 100644
--- a/apps/playlist_catalog.c
+++ b/apps/playlist_catalog.c
@@ -39,6 +39,7 @@
39#include "yesno.h" 39#include "yesno.h"
40#include "filetypes.h" 40#include "filetypes.h"
41#include "debug.h" 41#include "debug.h"
42#include "playlist_catalog.h"
42 43
43#define MAX_PLAYLISTS 400 44#define MAX_PLAYLISTS 400
44#define PLAYLIST_DISPLAY_COUNT 10 45#define PLAYLIST_DISPLAY_COUNT 10