From b19973996b983e6b55dbd1e5b550d5af5bdbadcb1bbac8a2306bd9d0d37ce5a2 Mon Sep 17 00:00:00 2001 From: "Michal Hrusecky (old before rename to _miska_)" Date: Fri, 4 Jan 2013 14:42:11 +0000 Subject: [PATCH] fix OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=26 --- unixODBC-2.3.1-declarations.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/unixODBC-2.3.1-declarations.patch b/unixODBC-2.3.1-declarations.patch index 5390070..b2cba76 100644 --- a/unixODBC-2.3.1-declarations.patch +++ b/unixODBC-2.3.1-declarations.patch @@ -154,3 +154,27 @@ Index: Drivers/nn/yystmt.c static char sccsid[] = "@(#)NNSQL(NetNews SQL) v0.5, Copyright(c) 1995, 1996 by Ke Jin"; +Index: Drivers/nn/connect.c +=================================================================== +--- Drivers/nn/connect.c.orig ++++ Drivers/nn/connect.c +@@ -14,6 +14,7 @@ + **/ + #include + #include ++#include + #include + #include "driver.h" + #include "misc.h" +Index: Drivers/nn/yylex.c +=================================================================== +--- Drivers/nn/yylex.c.orig ++++ Drivers/nn/yylex.c +@@ -26,6 +26,7 @@ + + #include + #include ++#include + + static int getcmpopidxbyname(char* name) + {