mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
$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>
|
|
|