diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:02:36 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:47:16 +0100 |
| commit | 92e9181a0a885b2b58e002e3a5e76152763388a2 (patch) | |
| tree | e1571e122ecf1d4ca394883728eb6df75f3e94d8 /test/unittests.cxx | |
| parent | 8213ba94aa2b1a83f7da8b603935811c05c7def5 (diff) | |
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).
Diffstat (limited to 'test/unittests.cxx')
| -rw-r--r-- | test/unittests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests.cxx b/test/unittests.cxx index 22e6220a2..b81a007d1 100644 --- a/test/unittests.cxx +++ b/test/unittests.cxx @@ -28,7 +28,7 @@ #include <FL/Fl_Group.H> #include <FL/Fl_Box.H> #include <FL/fl_draw.H> // fl_text_extents() -#include <FL/fl_string.h> // fl_strdup() +#include <FL/fl_string_functions.h> // fl_strdup() #include <stdlib.h> // malloc, free // WINDOW/WIDGET SIZES |
