diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-07 03:34:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-07 03:34:49 +0000 |
| commit | 14e047cc0fc2ef61c69dac82bac5b4beec49fa28 (patch) | |
| tree | c1f5807b1a145c9c02cabfa7ae6cab26cf68ca11 /fluid | |
| parent | 3473297741ac6224b9c461aba98b73b3217b808f (diff) | |
Include stdlib.h, not the non-standard malloc.h header...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index a1cf68f51..ad0c2f387 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.10 2002/11/05 06:45:40 matthiaswm Exp $" +// "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.11 2002/11/07 03:34:49 easysw Exp $" // // C function type code for the Fast Light Tool Kit (FLTK). // @@ -28,7 +28,7 @@ #include <FL/fl_show_input.H> #include "../src/flstring.h" #include <stdio.h> -#include <malloc.h> +#include <stdlib.h> extern int i18n_type; extern const char* i18n_include; @@ -707,5 +707,5 @@ void Fl_Class_Type::write_code2() { } // -// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.10 2002/11/05 06:45:40 matthiaswm Exp $". +// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.11 2002/11/07 03:34:49 easysw Exp $". // |
