summaryrefslogtreecommitdiff
path: root/textproc/libxslt/patches/patch-ab
blob: 901a1e04fa5380f6793692515f58b87defd8628c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.14 2006/05/03 11:02:46 drochner Exp $

--- libexslt/crypto.c.orig	2006-03-10 12:01:42.000000000 +0100
+++ libexslt/crypto.c
@@ -317,6 +317,13 @@ exsltCryptoCryptoApiRc4Decrypt (xmlXPath
 #define PLATFORM_MD5 GCRY_MD_MD5
 #define PLATFORM_SHA1 GCRY_MD_SHA1
 
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>		/* needed by gcrypt.h 4 Jul 04 */
 #endif