Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
4f903992
Commit
4f903992
authored
May 28, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Corrected includes. Made stuff that worked by accident actually work
parent
651ece01
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
1 deletion
+6
-1
src/cfgfile.c
src/cfgfile.c
+1
-0
src/cfgfile.h
src/cfgfile.h
+1
-1
src/client.c
src/client.c
+1
-0
src/event_exec.c
src/event_exec.c
+1
-0
src/global.h
src/global.h
+1
-0
src/yp.c
src/yp.c
+1
-0
No files found.
src/cfgfile.c
View file @
4f903992
...
...
@@ -28,6 +28,7 @@
#include "common/thread/thread.h"
#include "cfgfile.h"
#include "global.h"
#include "refbuf.h"
#include "client.h"
#include "logging.h"
...
...
src/cfgfile.h
View file @
4f903992
...
...
@@ -27,7 +27,7 @@ struct _mount_proxy;
#include <libxml/tree.h>
#include "common/thread/thread.h"
#include "common/avl/avl.h"
#include "
global
.h"
#include "
slave
.h"
#include "connection.h"
#define XMLSTR(str) ((xmlChar *)(str))
...
...
src/client.c
View file @
4f903992
...
...
@@ -28,6 +28,7 @@
#include "common/avl/avl.h"
#include "common/httpp/httpp.h"
#include "global.h"
#include "cfgfile.h"
#include "connection.h"
#include "refbuf.h"
...
...
src/event_exec.c
View file @
4f903992
...
...
@@ -21,6 +21,7 @@
#endif
#include "event.h"
#include "global.h"
#include "logging.h"
#define CATMODULE "event_exec"
...
...
src/global.h
View file @
4f903992
...
...
@@ -21,6 +21,7 @@
#define ICECAST_VERSION_STRING "Icecast " PACKAGE_VERSION
#include "common/thread/thread.h"
#include "common/avl/avl.h"
#include "slave.h"
#include "common/net/sock.h"
...
...
src/yp.c
View file @
4f903992
...
...
@@ -21,6 +21,7 @@
#include "common/thread/thread.h"
#include "global.h"
#include "curl.h"
#include "connection.h"
#include "refbuf.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