From 1330274ffc6f80d5dd768902b09849cf32f329d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 20:43:19 +0100 Subject: replay_gain: moved code to replay_gain_info.c --- src/decoder_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_thread.c') diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 625ec46cc..d2841436c 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -32,6 +32,7 @@ #include "path.h" #include "uri.h" #include "replay_gain_state.h" +#include "replay_gain.h" #include -- cgit v1.2.3