From 92e9181a0a885b2b58e002e3a5e76152763388a2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 16 Jan 2022 19:02:36 +0100 Subject: Rename FL/fl_string.h to FL/fl_string_functions.h This is part 1 of the final fix for a previous name clash on case insensitive file systems (fl_string.h vs. Fl_String.H). --- src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/GDI') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx index 140ddae63..2315c875c 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx @@ -43,7 +43,7 @@ #include #include -#include +#include // This function fills in the FLTK font table with all the fonts that // are found on the X server. It tries to place the fonts into families -- cgit v1.2.3