Merge from vendor branch TNF:
[pkgsrcv2.git] / databases / mysql5-client / patches / patch-ai
1 $NetBSD$
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"