From bdd73a177f94233f9d690450f080ac87b94e1cea Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 2 Sep 2008 01:45:35 -0700 Subject: Add missing function prototypes --- src/outputBuffer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/outputBuffer.c') diff --git a/src/outputBuffer.c b/src/outputBuffer.c index 8a41924db..a9a64712a 100644 --- a/src/outputBuffer.c +++ b/src/outputBuffer.c @@ -28,6 +28,8 @@ #include "log.h" #include "action_status.h" #include "decode.h" +#include "metadata_pipe.h" +#include "playlist.h" /* typically have 2048-4096 of these structs, so pack tightly */ struct ob_chunk { -- cgit v1.2.3