summaryrefslogtreecommitdiff
path: root/lang/python25/patches/patch-ai
blob: f04d5147193c48078ee7cc4f342868d5da01d58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ai,v 1.1.1.1 2008/04/24 01:50:58 tnn Exp $

--- Modules/_ssl.c.orig	2006-07-10 22:04:09.000000000 -0400
+++ Modules/_ssl.c
@@ -7,6 +7,10 @@
 
 */
 
+#ifdef __sgi
+#include <sys/types.h>
+#endif
+
 #include "Python.h"
 enum py_ssl_error {
 	/* these mirror ssl.h */