blob: 1ffc18cdb7eea45ff643679e3987249cbf93c0f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ce,v 1.1 2004/11/24 20:45:10 jschauma Exp $
--- Modules/bsddbmodule.c Tue Nov 23 09:41:44 2004
+++ Modules/bsddbmodule.c Tue Nov 23 09:43:27 2004
@@ -13,6 +13,10 @@
www.nightmare.com/software.html
*/
+#if defined(__sgi) && _COMPILER_VERSION>700 && !_SGIAPI
+#define _BSD_TYPES
+#endif
+
#include "Python.h"
#ifdef WITH_THREAD
#include "pythread.h"
|