[icecast-dev] [PATCH] Solaris needs sys/types.h for uint32_t

Dale Ghent daleg at elemental.org
Mon Mar 8 23:44:09 PST 2004


Otherwise, well, things tend not to pan out as they should when compiling
anything that #includes md5.h

Patch against cvs HEAD attached

/dale
-------------- next part --------------
Index: src/md5.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/md5.h,v
retrieving revision 1.2
diff -u -r1.2 md5.h
--- src/md5.h	29 Jan 2004 01:02:06 -0000	1.2
+++ src/md5.h	9 Mar 2004 07:41:47 -0000
@@ -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
𸬵ªÜ†+Þ²m§ÿðÃb¦+ƒö«r¯zÏâqç²Úk¢7œ¶&z– zm§ÿðÃœyƬ¶Šàý:.žË›±Êâmçë¢kaŠÉb²ÛÖ¦zˁëh‰ÇœjË]zúު笷©†Šàr‰íj)âž
'—+a{
+véì¹»®&ÞŠ{ayºÈÚ,¹¸ÞrجçyÕ'²æìr¸›zg¬±¨²Ç§¶Ú-…éb²Ü"–VÞŠ	è­ç~)mz·


More information about the Icecast-dev mailing list