From 05e69ac0868658411123f8c549b7f34c2c478742 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 11 Nov 2008 16:38:33 +0100 Subject: replay_gain: don't include os_compat.h os_compat.h is deprecated and should be replaced with well-defined standard headers. --- src/replay_gain.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/replay_gain.c b/src/replay_gain.c index 8cdedda2a..74b7c7f34 100644 --- a/src/replay_gain.c +++ b/src/replay_gain.c @@ -21,9 +21,11 @@ #include "conf.h" #include "audio_format.h" #include "pcm_utils.h" -#include "os_compat.h" #include +#include +#include +#include static const char *const replay_gain_mode_names[] = { [REPLAY_GAIN_ALBUM] = "album", -- cgit v1.2.3