summaryrefslogtreecommitdiff
path: root/lang/python24/patches/patch-ai
blob: e2e0f2eba925526da19eb62e4ad82562a9186e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ai,v 1.1.1.1 2004/12/05 23:27:51 recht Exp $

--- Modules/_ssl.c.orig	Wed Aug  4 16:59:00 2004
+++ 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 */