summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-aa
blob: c058d6d569c96ea10fd25a42ad4a2bbf63e4b382 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>