From: Takashi Iwai Date: Tue, 7 Aug 2007 13:36:41 +0000 (+0200) Subject: aplay - Include missing time.h for time() X-Git-Tag: v1.0.15rc1~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7992d3aca0a38fe4181784f7ae313512fd0a1f43;p=alsa-utils.git aplay - Include missing time.h for time() With salsa-lib, aplay.c: In function ‘compute_max_peak’: aplay.c:1207: warning: implicit declaration of function ‘time’ --- 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