mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
#include time.h for time()
Original commit message from CVS: #include time.h for time()
This commit is contained in:
parent
0c6e27ad02
commit
cc74679be5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <vorbis/vorbisenc.h>
|
||||
|
||||
#include "vorbisenc.h"
|
||||
|
|
Loading…
Reference in a new issue