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) + {