blob: b340f3c7b0c21e2e8b751193a784c95ccc400ecf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-bf,v 1.1 2002/07/08 02:48:18 wiz Exp $
--- ui/error.c.orig Fri Jun 18 10:29:04 1999
+++ ui/error.c
@@ -23,6 +23,9 @@
#include "application.h"
#include "messagelogdialog.h"
#include <stdarg.h>
+#ifdef LESSTIF
+#include <stdio.h>
+#endif
void error(const char *fmt ...) {
// we're not getting huge strings
|