From 1b845f94a0a75bd6cc21ac666c9c0ab04362dd80 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:06 +0200 Subject: 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. --- src/decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 759eacbc0..9cef281a6 100644 --- a/src/decode.c +++ b/src/decode.c @@ -26,6 +26,7 @@ #include "log.h" #include "ls.h" #include "main_notify.h" +#include "audio.h" enum xfade_state { XFADE_DISABLED = -1, -- cgit v1.2.3