Fix for -current - do not include malloc.h

Submitted by:	bento
This commit is contained in:
Patrick Li 2002-03-24 03:52:36 +00:00
parent 36dee0b354
commit d74ced5597
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56512

View file

@ -0,0 +1,10 @@
--- src/bbrblist.h.orig Sat Mar 23 22:46:19 2002
+++ src/bbrblist.h Sat Mar 23 22:46:33 2002
@@ -25,7 +25,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-#include <malloc.h>
#include <time.h>
#include "filefunctions.h"
#include "filethumb.h"