pkgsrc/x11/xview-clients/patches/patch-dj

18 lines
366 B
Text
Raw Normal View History

$NetBSD: patch-dj,v 1.1 2001/12/28 14:58:07 tron Exp $
--- olwmslave/mem.c.orig Tue Jun 29 07:12:12 1993
+++ olwmslave/mem.c Fri Dec 28 15:55:42 2001
@@ -16,7 +16,12 @@
*
*/
+#include <sys/param.h>
+#if (defined(BSD) && (BSD >= 199103))
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <memory.h>
#include <stdio.h>
#include <sys/types.h>