blob: dd8361bb062fee11d689260536cd6c34f3514a88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2007/03/05 15:55:25 rmind Exp $
--- sysbench/drivers/mysql/drv_mysql.c.orig 2006-10-11 04:22:51.000000000 +0900
+++ sysbench/drivers/mysql/drv_mysql.c
@@ -29,6 +29,7 @@
# include <strings.h>
#endif
+#include <my_global.h>
#include <mysql.h>
#include <mysqld_error.h>
|