$OpenBSD: patch-otherlibs_num_bignum_c_bz_c,v 1.2 2003/12/31 17:05:28 sturm Exp $
--- otherlibs/num/bignum/c/bz.c.orig	1995-11-06 11:33:29.000000000 +0100
+++ otherlibs/num/bignum/c/bz.c	2003-09-30 15:36:42.000000000 +0200
@@ -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,8 @@
                                  0)
 
 extern char *malloc();
+extern size_t strlen();
+extern void free();
 
                         /*** copyright ***/
 
