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/Fl_Check_Browser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Check_Browser.cxx') diff --git a/src/Fl_Check_Browser.cxx b/src/Fl_Check_Browser.cxx index a05c4e409..d831c3cb2 100644 --- a/src/Fl_Check_Browser.cxx +++ b/src/Fl_Check_Browser.cxx @@ -18,7 +18,7 @@ #include #include "flstring.h" #include -#include // fl_strdup() +#include // fl_strdup() #include /* This uses a cache for faster access when you're scanning the list -- cgit v1.2.3