aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-03 22:23:25 +0100
committerMax Kellermann <max@duempel.org>2009-03-03 22:23:25 +0100
commitc655f804a92d82416b62d541c528b615e2ce27f6 (patch)
tree14b322890dd438dee443668b0b637f92b19b9db9 /src/main.c
parent1063c1f2e3ac297d0e766f2573ee6459bc31df11 (diff)
downloadmpd-c655f804a92d82416b62d541c528b615e2ce27f6.tar.gz
mpd-c655f804a92d82416b62d541c528b615e2ce27f6.tar.xz
mpd-c655f804a92d82416b62d541c528b615e2ce27f6.zip
music_pipe: moved struct music_chunk to chunk.h
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index cad9e5904..39c6a3550 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,6 +32,7 @@
#include "path.h"
#include "mapper.h"
#include "pipe.h"
+#include "chunk.h"
#include "decoder_control.h"
#include "player_control.h"
#include "stats.h"