From 6dce15bfe3a6d0552e8109d8a08863cfc7170610 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:02:40 +0100 Subject: [PATCH] Include config.h rather than config_lib.h in fl_open_uri.cxx --- src/fl_open_uri.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index 1a8da62f5..2f4d51143 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -22,7 +22,7 @@ // Include necessary headers... // -#include "config_lib.h" +#include #include #include #include "Fl_System_Driver.H"