From: Shengjiu Wang Date: Wed, 23 Jul 2014 07:09:58 +0000 (+0800) Subject: pcm: pcm_local.h: include to enable CLOCK_MONOTONIC X-Git-Tag: v1.0.29~61 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f6b879e7cc87d83343f5004369146881d1d1e335;p=alsa-lib.git pcm: pcm_local.h: include to enable CLOCK_MONOTONIC CLOCK_MONITONIC is defined in , add before . Signed-off-by: Shengjiu Wang Signed-off-by: Takashi Iwai --- diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h index 2206afe2..80bbe597 100644 --- a/src/pcm/pcm_local.h +++ b/src/pcm/pcm_local.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #define _snd_mask sndrv_mask