freebsd-ports/print/xmbibtex/files/patch-ac
Kevin Lo 2115b3253c - Support CXX properly
- Fix compile error in 4-stable
- Fix Imakefile breakage under XFree86 4.x

PR: 22814
Submitted by: Ports Fury
2000-11-13 14:15:46 +00:00

18 lines
429 B
Text

--- refman.cc.orig Mon Jun 15 15:01:37 1998
+++ refman.cc Sun Nov 12 20:10:06 2000
@@ -3,7 +3,6 @@
/* Main Module */
/* Last change 15.06.1998 */
-#include <X11/Xmu/Editres.h>
#include <Xm/MainW.h>
#include <Xm/RowColumn.h>
#include <Xm/CascadeB.h>
@@ -15,6 +14,7 @@
#include <Xm/Label.h>
#include <Xm/MessageB.h>
#include <Xm/Text.h>
+#include <X11/Xmu/Editres.h>
#include <stdio.h>
#include "nrutil.c"