freebsd-ports/x11-toolkits/iv/files/patch-aq
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

12 lines
377 B
Text

--- src/lib/IV-2_6/painter.c.orig Wed Feb 12 05:49:44 1992
+++ src/lib/IV-2_6/painter.c Sun Jan 17 17:48:20 1999
@@ -39,6 +39,9 @@
#include <stdlib.h>
#include <string.h>
+#include <InterViews/_names.h>
+#include <InterViews/_enter.h>
+
/*
* For reasons of caching, it is important that the attributes
* are set to nil (or 0) before being set to their default values.