aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-04 20:43:19 +0100
committerMax Kellermann <max@duempel.org>2010-01-04 21:02:36 +0100
commit1330274ffc6f80d5dd768902b09849cf32f329d2 (patch)
treec0cb2e00efec3239e1976a212f6fbdeb62fe5b04 /src/decoder_thread.c
parent0e183d3fa1f216729725127d868d66268e1a35d4 (diff)
replay_gain: moved code to replay_gain_info.c
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 625ec46c..d2841436 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 <glib.h>