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:
parent
fe6292fa5c
commit
0128a9e910
|
@ -22,6 +22,7 @@
|
|||
#include "playlist.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <time.h>
|
||||
|
||||
struct song;
|
||||
|
||||
|
|
Loading…
Reference in New Issue