aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-10 18:51:42 +0100
committerMax Kellermann <max@duempel.org>2009-02-10 18:51:42 +0100
commite7505381eb4fa708afa7de6fd50f29736ccf3d5e (patch)
treef6412c53a99a0bc871240ebf8f1a46cfdcab4a07 /src/command.c
parent49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc (diff)
downloadmpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.gz
mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.xz
mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.zip
audio: moved protocol code to output_print.c
Diffstat (limited to '')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 3b8ae9567..834f0c4b5 100644
--- a/src/command.c
+++ b/src/command.c
@@ -35,6 +35,7 @@
#include "stored_playlist.h"
#include "ack.h"
#include "audio.h"
+#include "output_print.h"
#include "locate.h"
#include "dbUtils.h"
#include "tag.h"