Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
af187120
Commit
af187120
authored
Nov 25, 2014
by
Martell Malone
Committed by
Jean-Baptiste Kempf
Nov 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: fix some time includes
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
58b2cc3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
modules/demux/mkv/mkv.hpp
modules/demux/mkv/mkv.hpp
+1
-3
src/win32/thread.c
src/win32/thread.c
+1
-0
No files found.
modules/demux/mkv/mkv.hpp
View file @
af187120
...
@@ -45,9 +45,7 @@
...
@@ -45,9 +45,7 @@
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_plugin.h>
#ifdef HAVE_TIME_H
#include <time.h>
# include <time.h>
/* time() */
#endif
#include <vlc_meta.h>
#include <vlc_meta.h>
#include <vlc_charset.h>
#include <vlc_charset.h>
...
...
src/win32/thread.c
View file @
af187120
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include <assert.h>
#include <assert.h>
#include <limits.h>
#include <limits.h>
#include <errno.h>
#include <errno.h>
#include <time.h>
/*** Static mutex and condition variable ***/
/*** Static mutex and condition variable ***/
static
vlc_mutex_t
super_mutex
;
static
vlc_mutex_t
super_mutex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment