stored_playlist: include time.h for the time_t type

On some systems, the time_t data type was not present, because
stored_playlist.h didn't include the time.h header directly.
This commit is contained in:
Max Kellermann 2008-12-04 23:19:31 +01:00
parent fe6292fa5c
commit 0128a9e910
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "playlist.h"
#include <glib.h>
#include <time.h>
struct song;