Unbroke on -current: don't include malloc.h.

This commit is contained in:
Maxim Sobolev 2001-11-26 17:09:18 +00:00
parent 13f9d5e60c
commit c30b035b5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50581

View File

@ -0,0 +1,10 @@
$FreeBSD$
--- fltk/history.cpp 2001/11/26 17:09:52 1.1
+++ fltk/history.cpp 2001/11/26 17:09:59
@@ -1,4 +1,3 @@
-#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>