summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-06-07 07:03:34 +0000
committerBill Spitzak <spitzak@gmail.com>1999-06-07 07:03:34 +0000
commitf7c57a37300a434e946b91034fda9731656543dd (patch)
treebe3ffd9dd97c0e5d3df6085933a7f6ea10b58663 /src/Fl.cxx
parent1f19505573b57356c5913cc537865b4961daa1fc (diff)
Replaced remaining malloc.h's with stdlib.h
Added ctype.h to win32 file Patch for Fl_Browser_ looping indefinately git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index bc2eba49d..61bd94d1d 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.8 1999/05/24 14:03:45 mike Exp $"
+// "$Id: Fl.cxx,v 1.24.2.9 1999/06/07 07:03:31 bill Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -27,7 +27,7 @@
#include <FL/Fl_Window.H>
#include <FL/x.H>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
//
@@ -698,5 +698,5 @@ int fl_old_shortcut(const char* s) {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.8 1999/05/24 14:03:45 mike Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.9 1999/06/07 07:03:31 bill Exp $".
//