From 7992d3aca0a38fe4181784f7ae313512fd0a1f43 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 7 Aug 2007 15:36:41 +0200 Subject: [PATCH] aplay - Include missing time.h for time() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With salsa-lib, aplay.c: In function ‘compute_max_peak’: aplay.c:1207: warning: implicit declaration of function ‘time’ --- aplay/aplay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/aplay/aplay.c b/aplay/aplay.c index 106a020..a24722d 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include