Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xview-clients / patches / patch-dj
blob8be3a0630eab0206489d36f7c2c91b54eb07d2d6
1 $NetBSD: patch-dj,v 1.1 2001/12/28 14:58:07 tron Exp $
3 --- olwmslave/mem.c.orig        1993-06-29 05:12:12.000000000 +0000
4 +++ olwmslave/mem.c
5 @@ -16,7 +16,12 @@ static       char    sccsid[] = "@(#) mem.c 26.1 
6   *
7   */
8  
9 +#include <sys/param.h>
10 +#if (defined(BSD) && (BSD >= 199103))
11 +#include <stdlib.h>
12 +#else
13  #include <malloc.h>
14 +#endif
15  #include <memory.h>
16  #include <stdio.h>
17  #include <sys/types.h>