summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-aq
blob: a76e3933d7005b2f1aca9c878f61d667800f2c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aq,v 1.2 2007/03/11 18:42:28 adam Exp $

--- strings/decimal.c.orig	2007-03-05 20:21:12.000000000 +0100
+++ strings/decimal.c
@@ -105,6 +105,9 @@
 #include <my_sys.h> /* for my_alloca */
 #include <m_string.h>
 #include <decimal.h>
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */
+#endif
 
 /*
   Internally decimal numbers are stored base 10^9 (see DIG_BASE below)