Fixup fromcvs/togit conversion
[pkgsrcv2.git] / databases / mysql55-client / patches / patch-sql_log_event.cc
1 $NetBSD: patch-at,v 1.2 2010/09/21 15:57:30 taca Exp $
2
3 * Portability: include <bstring.h> if exists.
4
5 --- sql/log_event.cc.orig       2011-03-09 15:11:38.000000000 +0000
6 +++ sql/log_event.cc
7 @@ -44,6 +44,9 @@
8  #include "rpl_record.h"
9  #include "transaction.h"
10  #include <my_dir.h>
11 +#ifdef NEEDS_BSTRING_H
12 +#include <bstring.h> /* defines bcmp() */
13 +#endif
14  
15  #endif /* MYSQL_CLIENT */
16