weechat/weechat-fix-strftime.patch

11 lines
350 B
Diff

--- src/plugins/scripts/ruby/weechat-ruby.c.orig 2010-06-21 12:33:42.000000000 +0200
+++ src/plugins/scripts/ruby/weechat-ruby.c 2010-08-08 10:58:29.000000000 +0200
@@ -54,6 +54,7 @@
#define RSTRING_PTR(s) RSTRING(s)->ptr
#endif
+#include <time.h>
WEECHAT_PLUGIN_NAME(RUBY_PLUGIN_NAME);
WEECHAT_PLUGIN_DESCRIPTION("Ruby plugin for WeeChat");