diff options
Diffstat (limited to 'chat/weechat/patches/patch-aa')
-rw-r--r-- | chat/weechat/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa new file mode 100644 index 00000000000..c058d6d569c --- /dev/null +++ b/chat/weechat/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $ + +--- src/gui/gui-common.c.orig 2004-06-05 19:38:38.000000000 +0200 ++++ src/gui/gui-common.c 2004-06-05 19:38:55.000000000 +0200 +@@ -24,6 +24,7 @@ + #include "config.h" + #endif + ++#include <stdarg.h> /* va_list */ + #include <stdlib.h> + #include <stdio.h> + #include <unistd.h> |