diff options
Diffstat (limited to 'src/Song.hxx')
-rw-r--r-- | src/Song.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Song.hxx b/src/Song.hxx index b74690e77..b9f529702 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -26,7 +26,7 @@ #include <string> #include <assert.h> -#include <sys/time.h> +#include <time.h> #define SONG_FILE "file: " #define SONG_TIME "Time: " @@ -130,6 +130,7 @@ struct Song { bool UpdateFile(); bool UpdateFileInArchive(); + bool UpdateStream(); /** * Returns the URI of the song in UTF-8 encoding, including its |