diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-12 15:19:44 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-12 15:19:44 +0000 |
| commit | a123dba5db88b4d9849621b1f7957d7a42387c94 (patch) | |
| tree | 7f4443ea7f25b1ef18d73c5934e61cf777883fc1 /src | |
| parent | 24455b9be53b712e6b1145612ebcbfb302ec1174 (diff) | |
Need <FL/Fl.H>
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2899 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Text_Buffer.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx index e672ebf77..d41b7b0e1 100644 --- a/src/Fl_Text_Buffer.cxx +++ b/src/Fl_Text_Buffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Text_Buffer.cxx,v 1.9.2.16 2003/01/12 14:49:33 easysw Exp $" +// "$Id: Fl_Text_Buffer.cxx,v 1.9.2.17 2003/01/12 15:19:44 easysw Exp $" // // Copyright 2001-2002 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under @@ -27,6 +27,7 @@ #include <stdlib.h> #include "flstring.h" #include <ctype.h> +#include <FL/Fl.H> #include <FL/Fl_Text_Buffer.H> @@ -2509,5 +2510,5 @@ Fl_Text_Buffer::outputfile(const char *file, int start, int end, int buflen) { // -// End of "$Id: Fl_Text_Buffer.cxx,v 1.9.2.16 2003/01/12 14:49:33 easysw Exp $". +// End of "$Id: Fl_Text_Buffer.cxx,v 1.9.2.17 2003/01/12 15:19:44 easysw Exp $". // |
