Takashi Iwai
dd7b3ef9f8
- Remove obsoleted README.SuSE (bnc#889023) - Correct SUSE branding names in some texts (bnc#889023,FATE#316521) - Properly include time.h for CLOCK_MONOTONIC_RAW: 0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch OBS-URL: https://build.opensuse.org/request/show/243338 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=164
30 lines
799 B
Diff
30 lines
799 B
Diff
From f6b879e7cc87d83343f5004369146881d1d1e335 Mon Sep 17 00:00:00 2001
|
|
From: Shengjiu Wang <shengjiu.wang@freescale.com>
|
|
Date: Wed, 23 Jul 2014 15:09:58 +0800
|
|
Subject: [PATCH] pcm: pcm_local.h: include <time.h> to enable CLOCK_MONOTONIC
|
|
|
|
CLOCK_MONITONIC is defined in <bits/time.h>, add <time.h> before
|
|
<sys/time.h>.
|
|
|
|
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/pcm/pcm_local.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h
|
|
index 2206afe2c4a9..80bbe5973bdb 100644
|
|
--- a/src/pcm/pcm_local.h
|
|
+++ b/src/pcm/pcm_local.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <stdlib.h>
|
|
#include <limits.h>
|
|
#include <sys/uio.h>
|
|
+#include <time.h>
|
|
#include <sys/time.h>
|
|
|
|
#define _snd_mask sndrv_mask
|
|
--
|
|
2.0.1
|
|
|