aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index 768a6aa04..a4f744428 100644
--- a/src/song.h
+++ b/src/song.h
@@ -32,6 +32,7 @@ typedef struct _Song {
char * utf8file;
MpdTag * tag;
time_t mtime;
+ int time;
} Song;
typedef List SongList;