Skip to content
Snippets Groups Projects
Commit a11d01b2 authored by Michael Smith's avatar Michael Smith
Browse files

Use sys/types.h in md5.c, patch from Dale Ghent

svn path=/trunk/icecast/; revision=5926
parent 287ed24d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment