$OpenBSD: patch-otherlibs_num_bignum_c_bz_c,v 1.1 2002/12/15 17:52:44 sturm Exp $
--- otherlibs/num/bignum/c/bz.c.orig	Sat Dec 14 04:01:25 2002
+++ otherlibs/num/bignum/c/bz.c	Sat Dec 14 04:01:47 2002
@@ -23,6 +23,7 @@
 #include <malloc.h>
 #include <values.h>
 */
+#include <sys/types.h>
 
 #define NULL                    0
 #define max(a,b) 		(a<b ? b : a)
@@ -43,6 +44,7 @@
                                  0)
 
 extern char *malloc();
+extern size_t strlen();
 
                         /*** copyright ***/
 
