From 5439f1768f685ae45b5a8056926ffac333ebe3aedf2617090c62d5b5fab2c5e7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 8 Jun 2007 22:40:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=3 --- weechat-fix-strftime.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 weechat-fix-strftime.patch diff --git a/weechat-fix-strftime.patch b/weechat-fix-strftime.patch new file mode 100644 index 0000000..d6944ed --- /dev/null +++ b/weechat-fix-strftime.patch @@ -0,0 +1,10 @@ +--- src/plugins/scripts/ruby/weechat-ruby.c.orig 2006-07-28 01:17:50.000000000 +0200 ++++ src/plugins/scripts/ruby/weechat-ruby.c 2006-07-28 01:18:13.000000000 +0200 +@@ -32,6 +32,7 @@ + #include "../../weechat-plugin.h" + #include "../weechat-script.h" + ++#include + + char plugin_name[] = "Ruby"; + char plugin_version[] = "0.1";