[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