From 73ea7c710fd0bb22591022fcecf8a02b468b184e Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 19 Feb 2002 10:23:23 -0500 Subject: [PATCH] FIX: FLTK includes should use ".H" instead of ".h" --- Source/FLTKDialog/FLTKDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FLTKDialog/FLTKDialog.cxx b/Source/FLTKDialog/FLTKDialog.cxx index 8e5935306..dedb2e414 100644 --- a/Source/FLTKDialog/FLTKDialog.cxx +++ b/Source/FLTKDialog/FLTKDialog.cxx @@ -16,7 +16,7 @@ =========================================================================*/ #include "CMakeSetupGUIImplementation.h" -#include "FL/Fl.h" +#include "FL/Fl.H" #include "FL/fl_ask.H" int main(int argc, char * argv[] )