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_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index 8e1e22f9d..0a4e1d12f 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -28,6 +28,7 @@ #include "pipe.h" #include "chunk.h" #include "replay_gain_state.h" +#include "replay_gain.h" #include -- cgit v1.2.3