mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
393 B
Plaintext
20 lines
393 B
Plaintext
--- libhtmlw/HTML.c.orig Mon Dec 26 12:15:57 1994
|
|
+++ libhtmlw/HTML.c Tue Apr 14 10:06:06 1998
|
|
@@ -57,6 +57,11 @@
|
|
#ifdef MOTIF
|
|
#include <Xm/DrawingA.h>
|
|
#include <Xm/ScrollBar.h>
|
|
+#include <Xm/ManagerP.h>
|
|
+#ifdef MOTIF2
|
|
+#include <Xm/ManagerI.h>
|
|
+#include <Xm/TravActI.h>
|
|
+#endif
|
|
#else
|
|
#include "DrawingArea.h"
|
|
#include <X11/Xaw/Scrollbar.h>
|
|
@@ -6109,4 +6114,3 @@
|
|
return(-1);
|
|
}
|
|
}
|
|
-
|