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
Xiph.Org
Icecast-Server
Commits
f5d728d7
Commit
f5d728d7
authored
Aug 10, 2015
by
Philipp Schafft
🦁
Browse files
Fix: Include required headers
parent
16dac250
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist.c
View file @
f5d728d7
...
...
@@ -14,6 +14,10 @@
#include
<libxml/parser.h>
#include
<libxml/tree.h>
/* for free() and strdup() */
#include
<stdlib.h>
#include
<string.h>
#include
"playlist.h"
/* for XMLSTR() */
...
...
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