Commit 85eb0cc9 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* include time.h when using it.

parent a887c685
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
#include <stdlib.h> /* malloc(), free() */ #include <stdlib.h> /* malloc(), free() */
#include <string.h> #include <string.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/vout.h> #include <vlc/vout.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