Add files from parent branch HEAD:
[pkgsrc.git] / security / gnutls / patches / patch-ai
1 $NetBSD$
2
3 --- libextra/gl/md5.h.orig      2008-10-05 07:41:43.000000000 -0600
4 +++ libextra/gl/md5.h
5 @@ -22,7 +22,11 @@
6  #define _MD5_H 1
7  
8  #include <stdio.h>
9 +#if defined(__sun)
10 +#include <sys/inttypes.h>
11 +#else
12  #include <stdint.h>
13 +#endif
14  
15  #define MD5_DIGEST_SIZE 16
16  #define MD5_BLOCK_SIZE 64