$OpenBSD: patch-mpzmodule_c,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Modules/mpzmodule.c.orig    Sat Feb 26 18:00:40 2000
+++ Modules/mpzmodule.c Sat Feb 26 18:02:31 2000
@@ -91,8 +91,9 @@
 ** allocate it himself
 */

-#include "gmp.h"
-#include "gmp-mparam.h"
+#include <gmp.h>
+#define BITS_PER_MP_LIMB mp_bits_per_limb
+extern int mp_bits_per_limb;

 #if __GNU_MP__ + 0 == 2                                                        
 #define GMP2                                                                   
