freebsd-ports/x11-toolkits/xview/files/patch-clients+olwmslave+mem.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

12 lines
316 B
C

--- ./clients/olwmslave/mem.c.orig Tue Jun 29 07:12:12 1993
+++ ./clients/olwmslave/mem.c Sat Apr 1 18:26:06 2000
@@ -16,7 +16,8 @@ static char sccsid[] = "@(#) mem.c 26.1
*
*/
-#include <malloc.h>
+#include <sys/param.h>
+#include <stdlib.h>
#include <memory.h>
#include <stdio.h>
#include <sys/types.h>