replaygain_synthesis.c: Fix compile issue in MSVS

The `inline` keyword is only available in C++ so include `share/compat.h`.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
Jeffrey Espiritu 2018-04-08 16:21:19 -04:00 committed by Erik de Castro Lopo
parent 45f7d41a8a
commit 98deaf1d46

View File

@ -41,6 +41,7 @@
#include <string.h> /* for memset() */ #include <string.h> /* for memset() */
#include <math.h> #include <math.h>
#include "share/compat.h"
#include "share/replaygain_synthesis.h" #include "share/replaygain_synthesis.h"
#include "FLAC/assert.h" #include "FLAC/assert.h"