diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index d2841436c..1539117f4 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -32,7 +32,7 @@ #include "path.h" #include "uri.h" #include "replay_gain_state.h" -#include "replay_gain.h" +#include "replay_gain_config.h" #include <glib.h> |