Missing stdarg.h in library/sql-parser/include/myx_sql_tree_item.h
All these patches/fixes have been submitted to the vendor.
This commit is contained in:
parent
be12293e0d
commit
0a6f369573
1 changed files with 12 additions and 0 deletions
12
mysql-workbench/patches/patch-ad
Normal file
12
mysql-workbench/patches/patch-ad
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ad,v 1.1 2010/04/17 17:49:07 othyro Exp $
|
||||
|
||||
--- library/sql-parser/include/myx_sql_tree_item.h.orig 2010-04-13 03:42:12.000000000 +0000
|
||||
+++ library/sql-parser/include/myx_sql_tree_item.h
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
+#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in a new issue