summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-ab
blob: e03297924d1d6e1bd4e9fffccbfc4fd68f901ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $

--- src/gui/curses/gui-display.c.orig	2004-06-05 19:39:35.000000000 +0200
+++ src/gui/curses/gui-display.c	2004-06-05 19:39:51.000000000 +0200
@@ -24,6 +24,7 @@
 #include "config.h"
 #endif
 
+#include <stdarg.h> /* va_list */
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>