blob: c20828328f26359c9a877d765cc535f52d7e0364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
https://bugs.gentoo.org/show_bug.cgi?id=437018
Index: ZynAddSubFX-2.4.3/src/main.cpp
===================================================================
--- ZynAddSubFX-2.4.3.orig/src/main.cpp
+++ ZynAddSubFX-2.4.3/src/main.cpp
@@ -37,8 +37,6 @@
#include "Misc/Dump.h"
extern Dump dump;
-#include <FL/Fl.H>
-
//Nio System
#include "Nio/Nio.h"
@@ -51,6 +49,8 @@ QApplication *app;
#elif defined FLTK_GUI
+#include <FL/Fl.H>
+
#include "UI/MasterUI.h"
#endif // FLTK_GUI
|