1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-ar
Steve Price 854635b423 Correct build on ELF and add maintainer.
PR:		9594
Submitted by:	Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-26 02:40:32 +00:00

11 lines
320 B
Plaintext

--- src/lib/IV-2_6/xpainter.c.orig Tue Oct 20 05:32:42 1992
+++ src/lib/IV-2_6/xpainter.c Sun Jan 17 17:48:20 1999
@@ -56,6 +56,7 @@
#include <OS/math.h>
#include <OS/string.h>
#include <OS/table2.h>
+#include <InterViews/_names.h>
PainterRep::PainterRep() {
display = Session::instance()->default_display();