summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/patches/patch-ac
blob: fdc3e4355754a4a505a327531188d05d3d50294e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $

--- client/completion_hash.cc.orig	2010-02-04 11:36:51.000000000 +0000
+++ client/completion_hash.cc
@@ -22,6 +22,10 @@
 
 #include <my_global.h>
 #include <m_string.h>
+#ifdef NEEDS_BSTRING_H                         // defines bzero()
+#include <bstring.h>
+#endif
+
 #undef SAFEMALLOC				// Speed things up
 #include <my_sys.h>
 #include "completion_hash.h"