From c2da7ddf95e7c74dcc1602beb49fdee125215370c8a870bf73e3ad25ef3fc9b3 Mon Sep 17 00:00:00 2001 From: "Michal Hrusecky (old before rename to _miska_)" Date: Thu, 15 Nov 2012 14:36:41 +0000 Subject: [PATCH] test OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=21 --- unixODBC-gccwarnings.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unixODBC-gccwarnings.patch b/unixODBC-gccwarnings.patch index 8cdfbf1..e5d3f83 100644 --- a/unixODBC-gccwarnings.patch +++ b/unixODBC-gccwarnings.patch @@ -54,11 +54,14 @@ Index: Drivers/nn/nntp.c =================================================================== --- Drivers/nn/nntp.c.orig +++ Drivers/nn/nntp.c -@@ -19,6 +19,7 @@ +@@ -19,6 +19,10 @@ #include #include #include +#include ++#include ++#include ++#include # include "nntp.ci"