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
f684355f
Commit
f684355f
authored
Mar 29, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing #include
parent
b8610e40
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
src/input/meta.c
src/input/meta.c
+2
-0
src/input/vlm.c
src/input/vlm.c
+1
-0
src/misc/xml.c
src/misc/xml.c
+1
-1
src/playlist/services_discovery.c
src/playlist/services_discovery.c
+1
-0
No files found.
src/input/meta.c
View file @
f684355f
...
...
@@ -42,6 +42,8 @@
# include <sys/stat.h>
#endif
#include "../libvlc.h"
static
const
char
*
meta_type_to_string
[
VLC_META_TYPE_COUNT
]
=
{
[
vlc_meta_Title
]
=
N_
(
"Title"
),
...
...
src/input/vlm.c
View file @
f684355f
...
...
@@ -57,6 +57,7 @@
#include <vlc_charset.h>
#include <vlc_sout.h>
#include "../stream_output/stream_output.h"
#include "../libvlc.h"
/*****************************************************************************
* Local prototypes.
...
...
src/misc/xml.c
View file @
f684355f
...
...
@@ -26,8 +26,8 @@
#endif
#include <vlc/vlc.h>
#include "vlc_xml.h"
#include "../libvlc.h"
/*****************************************************************************
* xml_Create:
...
...
src/playlist/services_discovery.c
View file @
f684355f
...
...
@@ -29,6 +29,7 @@
#include "vlc_playlist.h"
#include "vlc_events.h"
#include "playlist_internal.h"
#include "../libvlc.h"
static
void
RunSD
(
services_discovery_t
*
p_sd
);
...
...
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