mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
1.4.x seems to have dropped some transitive includes, and this needs to include what it uses. := due to new soname Also cleanup lower bound, <1.3.0 is long gone. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
11 lines
262 B
Diff
11 lines
262 B
Diff
Main.C:751:9: error: 'fl_register_images' was not declared ...
|
|
--- a/src/mupmate/Main.C
|
|
+++ b/src/mupmate/Main.C
|
|
@@ -68,6 +68,7 @@
|
|
|
|
#include <FL/Fl.H>
|
|
#include <FL/fl_ask.H>
|
|
+#include <FL/Fl_Shared_Image.H>
|
|
#include <FL/Fl_Tooltip.H>
|
|
|
|
#include "globals.H"
|