$NetBSD: patch-strings_decimal.c,v 1.1 2016/09/16 06:49:11 adam Exp $ * Portability: include if exists. --- strings/decimal.c.orig 2013-04-05 12:27:17.000000000 +0000 +++ strings/decimal.c @@ -103,6 +103,9 @@ #include /* for my_alloca */ #include #include +#ifdef NEEDS_BSTRING_H +#include /* defines bzero() */ +#endif /* Internally decimal numbers are stored base 10^9 (see DIG_BASE below)