blob: a26b25ab68cf027cea985280f500787e47929325 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.2 2010/05/27 10:49:08 adam Exp $
--- sysbench/drivers/mysql/drv_mysql.c.orig 2009-03-15 12:42:04.000000000 +0000
+++ sysbench/drivers/mysql/drv_mysql.c
@@ -32,6 +32,7 @@
# include <strings.h>
#endif
+#include <my_global.h>
#include <mysql.h>
#include <mysqld_error.h>
|