blob: 0d76a37830804372dcc024218b9df2d3948e4cea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-cg,v 1.2 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/ttysw/cim_change.c.orig 1993-06-29 05:17:12.000000000 +0000
+++ lib/libxview/ttysw/cim_change.c
@@ -17,10 +17,10 @@ static char sccsid[] = "@(#)cim_chan
#include <xview_private/i18n_impl.h>
#include <sys/types.h>
#include <pixrect/pixrect.h>
-#include <xview_private/ttyansi.h>
#include <xview_private/charimage.h>
#include <xview_private/charscreen.h>
#include <xview_private/tty_impl.h>
+#include <xview_private/ttyansi.h>
char boldify;
|