diff options
Diffstat (limited to 'src/ls.h')
-rw-r--r-- | src/ls.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ #include "decoder_list.h" +#include <sys/time.h> + +struct stat; struct client; int lsPlaylists(struct client *client, const char *utf8path); |