Commit af187120 authored by Martell Malone's avatar Martell Malone Committed by Jean-Baptiste Kempf

Win32: fix some time includes

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 58b2cc3f
......@@ -45,9 +45,7 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#ifdef HAVE_TIME_H
# include <time.h> /* time() */
#endif
#include <time.h>
#include <vlc_meta.h>
#include <vlc_charset.h>
......
......@@ -37,6 +37,7 @@
#include <assert.h>
#include <limits.h>
#include <errno.h>
#include <time.h>
/*** Static mutex and condition variable ***/
static vlc_mutex_t super_mutex;
......
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