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:
Blue Rats 2010-04-17 17:49:07 +00:00 committed by Thomas Klausner
parent be12293e0d
commit 0a6f369573

View 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>