summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-09-03 21:48:05 +0200
committerGravatar waker <wakeroid@gmail.com>2009-09-03 21:48:05 +0200
commitc92e90a5159ac7a81b6f859b16779cea804707ef (patch)
treeb28fb395317d9752e8290d8bf8595179e1551553 /playlist.h
parentbdd655e1d6dc660a81529ba06b82f91670d11d6f (diff)
tag reader is now exposed through plugin API; fixed some mp3 parsing problems
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 6aaf94fe..51bf7124 100644
--- a/playlist.h
+++ b/playlist.h
@@ -19,6 +19,7 @@
#define __PLAYLIST_H
#include <stdint.h>
+#include <time.h>
typedef struct metaInfo_s {
const char *key;