[outputs] Forgot an include

This commit is contained in:
ejurgensen 2016-05-05 18:49:27 +02:00
parent 7c68eab11e
commit 95d0c25be3
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#ifndef __OUTPUTS_H__
#define __OUTPUTS_H__
#include <time.h>
/* Outputs is a generic interface between the player and a media output method,
* like for instance AirPlay (raop) or ALSA. The purpose of the interface is to
* make it easier to add new outputs without messing too much with the player or