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
a11d01b2
Commit
a11d01b2
authored
Mar 09, 2004
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/md5.h
src/md5.h
+4
-0
No files found.
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
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