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
9cf59b28
Commit
9cf59b28
authored
Jun 29, 2002
by
Michael Smith
Browse files
Fix locations of headers.
svn path=/trunk/icecast/; revision=3439
parent
4703f764
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
9cf59b28
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
<xmlmemory.h>
#include
<parser.h>
#include
<
libxml/
xmlmemory.h>
#include
<
libxml/
parser.h>
#include
"config.h"
#define CONFIG_DEFAULT_LOCATION "Earth"
...
...
src/stats.c
View file @
9cf59b28
...
...
@@ -3,9 +3,9 @@
#include
<stdlib.h>
#include
<stdarg.h>
#include
<xmlmemory.h>
#include
<parser.h>
#include
<tree.h>
#include
<
libxml/
xmlmemory.h>
#include
<
libxml/
parser.h>
#include
<
libxml/
tree.h>
#include
<thread/thread.h>
#include
<avl/avl.h>
...
...
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