update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / databases / mysql5-client / patches / patch-ao
1 $NetBSD: patch-ao,v 1.2 2007/03/11 18:42:28 adam Exp $
2
3 --- libmysqld/sql_string.cc.orig        2007-03-05 20:21:11.000000000 +0100
4 +++ libmysqld/sql_string.cc
5 @@ -37,6 +37,10 @@ extern void sql_element_free(void *ptr);
6  
7  #include "sql_string.h"
8  
9 +#ifdef NEEDS_BSTRING_H
10 +#include <bstring.h> /* defines bzero() */
11 +#endif
12 +
13  /*****************************************************************************
14  ** String functions
15  *****************************************************************************/