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
1cc355f3
Commit
1cc355f3
authored
Aug 19, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing inclusion of <ctype.h>
parent
c36afbf5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
modules/demux/playlist/ram.c
modules/demux/playlist/ram.c
+2
-0
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+1
-1
No files found.
modules/demux/playlist/ram.c
View file @
1cc355f3
...
...
@@ -47,6 +47,8 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram
# include "config.h"
#endif
#include <ctype.h>
#include <vlc_common.h>
#include <vlc_demux.h>
#include <vlc_url.h>
...
...
modules/stream_out/rtp.c
View file @
1cc355f3
...
...
@@ -65,8 +65,8 @@
# define IPPROTO_UDPLITE 136
#endif
#include <ctype.h>
#include <errno.h>
#include <assert.h>
/*****************************************************************************
...
...
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