summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 345417a29a..df3bd6221a 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -25,7 +25,7 @@
25#include <stdbool.h> 25#include <stdbool.h>
26#include "file.h" 26#include "file.h"
27#include "kernel.h" 27#include "kernel.h"
28#include "id3.h" 28#include "metadata.h"
29 29
30#define PLAYLIST_ATTR_QUEUED 0x01 30#define PLAYLIST_ATTR_QUEUED 0x01
31#define PLAYLIST_ATTR_INSERTED 0x02 31#define PLAYLIST_ATTR_INSERTED 0x02