summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files/patch-libexslt_crypto.c
blob: 527464e50093478eec263eaa05a11249ff2e6aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libexslt/crypto.c.orig	Wed May  3 20:42:12 2006
+++ libexslt/crypto.c	Wed May  3 20:42:41 2006
@@ -318,6 +318,7 @@ exsltCryptoCryptoApiRc4Decrypt (xmlXPath
 #define PLATFORM_SHA1 GCRY_MD_SHA1
 
 #ifdef HAVE_SYS_SELECT_H
+#include <sys/types.h>
 #include <sys/select.h>		/* needed by gcrypt.h 4 Jul 04 */
 #endif
 #include <gcrypt.h>