Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-bad
Commits
9eb7f7cb
Commit
9eb7f7cb
authored
Dec 31, 2018
by
Tim-Philipp Müller
🐠
Browse files
webrtc: include stdlib.h for atoi()
Fixes #857
parent
82b921e1
Pipeline
#13597
passed with stages
in 27 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ext/webrtc/webrtcsdp.c
View file @
9eb7f7cb
...
...
@@ -26,6 +26,7 @@
#include
"utils.h"
#include
<string.h>
#include
<stdlib.h>
#define IS_EMPTY_SDP_ATTRIBUTE(val) (val == NULL || g_strcmp0(val, "") == 0)
...
...
Write
Preview
Supports
Markdown
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