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:
parent
45f7d41a8a
commit
98deaf1d46
@ -41,6 +41,7 @@
|
||||
|
||||
#include <string.h> /* for memset() */
|
||||
#include <math.h>
|
||||
#include "share/compat.h"
|
||||
#include "share/replaygain_synthesis.h"
|
||||
#include "FLAC/assert.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user