aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
commit1b845f94a0a75bd6cc21ac666c9c0ab04362dd80 (patch)
treee6a1eb0e1add13eff676076250c1f82f0685f23b /src/command.c
parent08bdb43bef5173f045a868289b05a4a698ab811e (diff)
moved struct AudioFormat to audio_format.h
We want to expose the AudioFormat structure to plugins; remove some clutter by moving its declaration to a separate header file.
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 3ea46dfd..342729fd 100644
--- a/src/command.c
+++ b/src/command.c
@@ -32,6 +32,7 @@
#include "storedPlaylist.h"
#include "sllist.h"
#include "ack.h"
+#include "audio.h"
#include "os_compat.h"
#define COMMAND_PLAY "play"