diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 17:02:40 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-17 08:39:15 +0100 |
| commit | 6dce15bfe3a6d0552e8109d8a08863cfc7170610 (patch) | |
| tree | 68f4c9cdb3f059542e85b2f60959a534e41d75e6 /src | |
| parent | 9fdd675eab7cae04dc176ea2aba2d53c59101beb (diff) | |
Include config.h rather than config_lib.h in fl_open_uri.cxx
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_open_uri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> #include <FL/filename.H> #include <FL/Fl.H> #include "Fl_System_Driver.H" |
