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’
This commit is contained in:
Takashi Iwai 2007-08-07 15:36:41 +02:00
parent 4b16370c01
commit 7992d3aca0

View file

@ -37,6 +37,7 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <time.h>
#include <locale.h>
#include <alsa/asoundlib.h>
#include <assert.h>