diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 11:08:30 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 11:08:59 +0100 |
| commit | d93fc2bfa6b3bd5c33912e2eaaa2d42dfd5f473f (patch) | |
| tree | 926722c82c5cda56e6641202a3e07336275243b8 /src/Fl_win32.cxx | |
| parent | 06793c50fb99366a1008ea601c218b1cb6de0bf4 (diff) | |
Use <config.h> when appropriate.
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 49f71567d..1e5b73248 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -49,7 +49,7 @@ void fl_free_fonts(void); void fl_release_dc(HWND, HDC); void fl_cleanup_dc_list(void); -#include "config_lib.h" +#include <config.h> #include <FL/Fl.H> #include <FL/platform.H> #include "Fl_Window_Driver.H" |
