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
373befb9
Commit
373befb9
authored
Nov 29, 2014
by
Philipp Schafft
🦁
Browse files
include <stdio.h> as FILE* is used in the header
svn path=/icecast/trunk/icecast/; revision=19359
parent
a642cac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util.h
View file @
373befb9
...
...
@@ -14,6 +14,9 @@
#ifndef __UTIL_H__
#define __UTIL_H__
/* for FILE* */
#include
<stdio.h>
#define XSLT_CONTENT 1
#define HTML_CONTENT 2
...
...
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