d3db8b3efa
Closes pkg/14897.
14 lines
328 B
Text
14 lines
328 B
Text
$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
|