Commit 676ea8fa authored by Diego Biurrun's avatar Diego Biurrun

avserver: Add missing #include for av_gettime()

parent 6121a3ef
......@@ -43,6 +43,8 @@
#include "libavutil/random_seed.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment