Commit 0128a9e9 authored by Max Kellermann's avatar Max Kellermann

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.
parent fe6292fa
......@@ -22,6 +22,7 @@
#include "playlist.h"
#include <glib.h>
#include <time.h>
struct song;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment