vlc_tick: include headers for struct timeval

This commit is contained in:
Steve Lhomme 2018-07-04 11:12:03 +02:00
parent c888af4920
commit af100197fa
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@
#ifndef __VLC_MTIME_H
# define __VLC_MTIME_H 1
#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif
/**
* High precision date or time interval
*