1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/graphics/bbrb/files/patch-src::bbrblist.h
Patrick Li d74ced5597 Fix for -current - do not include malloc.h
Submitted by:	bento
2002-03-24 03:52:36 +00:00

11 lines
265 B
C

--- 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"