From c655f804a92d82416b62d541c528b615e2ce27f6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Mar 2009 22:23:25 +0100 Subject: music_pipe: moved struct music_chunk to chunk.h --- src/player_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index fb3e9bf68..678a6a3ee 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -28,6 +28,7 @@ #include "song.h" #include "tag.h" #include "pipe.h" +#include "chunk.h" #include "idle.h" #include "main.h" -- cgit v1.2.3