freebsd-ports/devel/kdesdk3/files/patch-kstartperf-libkstartperf.c
Dmitry Sivachenko 2f21e98977 Do not include malloc.h
PR:		32756
Submitted by:	Martin Blapp <mb@imp.ch>
2001-12-18 15:20:34 +00:00

11 lines
268 B
C

--- kstartperf/libkstartperf.c.orig Tue Dec 11 15:13:51 2001
+++ kstartperf/libkstartperf.c Tue Dec 11 15:13:55 2001
@@ -13,7 +13,6 @@
* (C) 2000 Bill Soudan <soudan@kde.org>
*/
-#include <malloc.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>