update Thu Oct 29 18:37:00 PDT 2009
[pkgsrc.git] / wip / python31 / patches / patch-ai
1 $NetBSD: patch-ai,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
2
3 --- Modules/_ssl.c.orig 2009-01-26 16:55:41.000000000 +0000
4 +++ Modules/_ssl.c
5 @@ -13,6 +13,10 @@
6     XXX what about SSL_MODE_AUTO_RETRY?
7  */
8  
9 +#ifdef __sgi
10 +#include <sys/types.h>
11 +#endif
12 +
13  #include "Python.h"
14  
15  #ifdef WITH_THREAD