From 20c50eac763de488059212f056680055b4bb8d088d1ea0a52335a69cba839c53 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 3 Feb 2014 15:41:37 +0000 Subject: [PATCH] -forgot to add the patch OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=50 --- irssi-0.8.16_missing_prototype_warnings.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 irssi-0.8.16_missing_prototype_warnings.patch diff --git a/irssi-0.8.16_missing_prototype_warnings.patch b/irssi-0.8.16_missing_prototype_warnings.patch new file mode 100644 index 0000000..95da206 --- /dev/null +++ b/irssi-0.8.16_missing_prototype_warnings.patch @@ -0,0 +1,26 @@ +Index: src/fe-none/irssi.c +=================================================================== +--- src/fe-none/irssi.c.orig ++++ src/fe-none/irssi.c +@@ -24,6 +24,8 @@ + #include "args.h" + #include "signals.h" + #include "core.h" ++/* needed for SOCKSinit prototype */ ++#include "core/network.h" + + #ifdef HAVE_STATIC_PERL + void perl_core_init(void); +Index: src/fe-text/irssi.c +=================================================================== +--- src/fe-text/irssi.c.orig ++++ src/fe-text/irssi.c +@@ -25,6 +25,8 @@ + #include "signals.h" + #include "levels.h" + #include "core.h" ++/* needed for SOCKSinit prototype */ ++#include "core/network.h" + #include "settings.h" + #include "session.h" +