From 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 20 Mar 2021 21:39:28 +0100 Subject: Remove unnecessary system includes from public headers Add includes of system headers in the implementation files where necessary. --- FL/Fl.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index dfa9c5748..1706cc2d5 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -42,6 +42,7 @@ # undef BSD # endif +#include // FIXME: Fl::is_scheme(): strcmp needs string.h class Fl_Widget; class Fl_Window; -- cgit v1.2.3