Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
d3bba363
Commit
d3bba363
authored
Dec 20, 2014
by
Philipp Schafft
🦁
Browse files
Fix: Added missing includes
parent
55d429a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/event_exec.c
View file @
d3bba363
...
...
@@ -10,6 +10,8 @@
#include
<config.h>
#endif
#include
<string.h>
#include
<errno.h>
#ifndef _WIN32
#include
<sys/wait.h>
...
...
src/event_log.c
View file @
d3bba363
...
...
@@ -10,6 +10,8 @@
#include
<config.h>
#endif
#include
<string.h>
#include
"event.h"
#include
"logging.h"
#define CATMODULE "event_log"
...
...
src/event_url.c
View file @
d3bba363
...
...
@@ -10,6 +10,7 @@
#include
<config.h>
#endif
#include
<string.h>
#include
<curl/curl.h>
#include
"event.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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