blob: 5b3904b0d7f2e4436f5d33c52916b7288f3c8356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2005/12/05 20:51:20 rillig Exp $
--- xpaste.c.orig 2003-11-18 07:23:53.000000000 +0000
+++ xpaste.c
@@ -18,7 +18,7 @@
#include <X11/Xaw/AsciiText.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Command.h>
-#include <varargs.h>
+#include <stdarg.h>
#include "patchlevel.h"
#ifndef WIDTHPADDING
|