$NetBSD: patch-ai,v 1.1 2008/10/29 11:38:09 shannonjr Exp $ --- libextra/gl/md5.h.orig 2008-10-05 07:41:43.000000000 -0600 +++ libextra/gl/md5.h @@ -22,7 +22,11 @@ #define _MD5_H 1 #include +#if defined(__sun) +#include +#else #include +#endif #define MD5_DIGEST_SIZE 16 #define MD5_BLOCK_SIZE 64