zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit f64d285e594095052c01d192186c7f874a5fedc6
parent ecad06de27082f021d5f2a4fffaf7c025c83cb33
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 25 Feb 2020 21:40:48 -0500

Fix fltk include FL/FL.H -> FL/Fl.H

Diffstat:
Msrc/UI/MasterUI.fl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -88,7 +88,7 @@ decl {\#if !defined(PLUGINVERSION) && HAS_X11 } decl {\#if !defined(PLUGINVERSION) && HAS_X11 -\#include <FL/FL.H> +\#include <FL/Fl.H> \#endif} {private local }