mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-14 17:15:42 +01:00
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:
parent
4b16370c01
commit
7992d3aca0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <time.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in a new issue