diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 7c0a6dbe4..b95e052f2 100644 --- a/src/main.c +++ b/src/main.c @@ -32,6 +32,7 @@ #include "volume.h" #include "log.h" #include "permission.h" +#include "replayGain.h" #include "../config.h" #include <stdio.h> @@ -322,6 +323,7 @@ int main(int argc, char * argv[]) { initPaths(options.playlistDirArg,options.musicDirArg); initPermissions(); + initReplayGainState(); initTables(); initPlaylist(); |