update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / databases / mysql5-client / patches / patch-ai
1 $NetBSD: patch-ai,v 1.2 2007/03/11 18:42:28 adam Exp $
2
3 --- client/completion_hash.cc.orig      2007-03-05 20:21:39.000000000 +0100
4 +++ client/completion_hash.cc
5 @@ -22,6 +22,10 @@
6  
7  #include <my_global.h>
8  #include <m_string.h>
9 +#ifdef NEEDS_BSTRING_H                         // defines bzero()
10 +#include <bstring.h>
11 +#endif
12 +
13  #undef SAFEMALLOC                              // Speed things up
14  #include <my_sys.h>
15  #include "completion_hash.h"