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
a11d01b2
Commit
a11d01b2
authored
Mar 09, 2004
by
Michael Smith
Browse files
Use sys/types.h in md5.c, patch from Dale Ghent
svn path=/trunk/icecast/; revision=5926
parent
287ed24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/md5.h
View file @
a11d01b2
...
...
@@ -16,6 +16,10 @@
#include
"config.h"
#include
"compat.h"
#ifdef HAVE_SYS_TYPES_H
#include
<sys/types.h>
#endif
#define HASH_LEN 16
struct
MD5Context
...
...
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