From 0128a9e91025c6d6dea145dabfa447150f8d9916 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Dec 2008 23:19:31 +0100 Subject: 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. --- src/stored_playlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stored_playlist.h b/src/stored_playlist.h index 1ac5c33af..26dd163a1 100644 --- a/src/stored_playlist.h +++ b/src/stored_playlist.h @@ -22,6 +22,7 @@ #include "playlist.h" #include +#include struct song; -- cgit v1.2.3