replaygain_analysis: Add include guard for <stdint.h>.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-06-28 09:06:00 +10:00
parent b23de89e86
commit 23f36ed699

View File

@@ -97,11 +97,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include "share/compat.h"
#include "share/replaygain_analysis.h"
flac_float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */