mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
committed by
Erik de Castro Lopo
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user