aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_null.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 22:41:17 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 22:41:17 +0200
commitbed2a49fe97b8f070ace2dd37909bb06540c66bd (patch)
treeaa5700adc8317362f121fea88596471ca2c7ba48 /src/audioOutputs/audioOutput_null.c
parentdc7c6bd14d0737f4c7c09c315a6806a901cf9976 (diff)
downloadmpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.tar.gz
mpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.tar.xz
mpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.zip
output: added output_api.h
Just like decoder_api.h, output_api.h provides the audio output API which is used by the plugins.
Diffstat (limited to 'src/audioOutputs/audioOutput_null.c')
-rw-r--r--src/audioOutputs/audioOutput_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutputs/audioOutput_null.c b/src/audioOutputs/audioOutput_null.c
index d63004645..ed4c46309 100644
--- a/src/audioOutputs/audioOutput_null.c
+++ b/src/audioOutputs/audioOutput_null.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../audioOutput.h"
+#include "../output_api.h"
#include "../timer.h"
static int null_initDriver(AudioOutput *audioOutput,