mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
replaygain_analysis: Add include guard for <stdint.h>.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -97,11 +97,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include "share/compat.h"
|
||||||
#ifdef HAVE_STDINT_H
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "share/replaygain_analysis.h"
|
#include "share/replaygain_analysis.h"
|
||||||
|
|
||||||
flac_float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */
|
flac_float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */
|
||||||
|
|||||||
Reference in New Issue
Block a user