Skip to content
Snippets Groups Projects
Commit 85eb0cc9 authored by hartman's avatar hartman
Browse files

* include time.h when using it.

parent a887c685
No related merge requests found
......@@ -27,6 +27,10 @@
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <vlc/vlc.h>
#include <vlc/vout.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment