[xiph-cvs] cvs commit: icecast/src md5.h

Michael Smith msmith at xiph.org
Tue Mar 9 15:41:59 PST 2004



msmith      04/03/09 18:41:59

  Modified:    src      md5.h
  Log:
  Use sys/types.h in md5.c, patch from Dale Ghent

Revision  Changes    Path
1.3       +4 -0      icecast/src/md5.h

Index: md5.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/md5.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- md5.h	29 Jan 2004 01:02:06 -0000	1.2
+++ md5.h	9 Mar 2004 23:41:58 -0000	1.3
@@ -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

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list