diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-23 12:23:40 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-23 12:23:40 +0000 |
| commit | 5953e69de04e4cf2a3d05af2e31eed79cbbbe902 (patch) | |
| tree | 429c94b5900c5abb1f3369b93bfc59cd4d5765f0 /src/Fl_Text_Editor.cxx | |
| parent | 02b14d5fdd6fcccecd2e44b72e9dfe0d6eddaaa4 (diff) | |
Include "flstring.h" before the FLTK headers, so that bool is defined
as needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2686 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Text_Editor.cxx')
| -rw-r--r-- | src/Fl_Text_Editor.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Fl_Text_Editor.cxx b/src/Fl_Text_Editor.cxx index b6bf53a10..f7fd55b8a 100644 --- a/src/Fl_Text_Editor.cxx +++ b/src/Fl_Text_Editor.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Text_Editor.cxx,v 1.9.2.7 2002/08/09 03:17:30 easysw Exp $" +// "$Id: Fl_Text_Editor.cxx,v 1.9.2.8 2002/10/23 12:23:40 easysw Exp $" // // Copyright 2001-2002 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under @@ -23,12 +23,12 @@ // Please report all bugs and problems to "fltk-bugs@fltk.org". // - -#include <FL/Fl.H> -#include <FL/Fl_Text_Editor.H> +#include <stdio.h> #include <stdlib.h> #include "flstring.h" #include <ctype.h> +#include <FL/Fl.H> +#include <FL/Fl_Text_Editor.H> Fl_Text_Editor::Fl_Text_Editor(int X, int Y, int W, int H, const char* l) @@ -439,5 +439,5 @@ int Fl_Text_Editor::handle(int event) { } // -// End of "$Id: Fl_Text_Editor.cxx,v 1.9.2.7 2002/08/09 03:17:30 easysw Exp $". +// End of "$Id: Fl_Text_Editor.cxx,v 1.9.2.8 2002/10/23 12:23:40 easysw Exp $". // |
