freebsd-ports/deskutils/plan/files/patch-aa
Daniel Eischen 5bc6dfb7fb Prevent inclusion of <malloc.h> when building.
Reported by:	bento
2002-03-29 16:25:48 +00:00

12 lines
260 B
Text

--- servmenu.c.orig Tue Mar 2 14:02:17 1999
+++ servmenu.c Fri Mar 29 11:24:14 2002
@@ -8,7 +8,9 @@
#include <stdio.h>
#include <time.h>
+#ifndef STDLIBMALLOC
#include <malloc.h>
+#endif
#include <Xm/Xm.h>
#include <Xm/DialogS.h>
#include <Xm/Form.h>