mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
$NetBSD: patch-ag,v 1.1 2005/07/20 16:03:24 kristerw Exp $
|
|
|
|
--- xmove/put_image.c.orig Wed Jul 20 17:45:21 2005
|
|
+++ xmove/put_image.c Wed Jul 20 17:45:38 2005
|
|
@@ -18,7 +18,7 @@
|
|
/* $XConsortium: XPutImage.c,v 11.60 91/06/07 16:33:38 rws Exp $ */
|
|
/* Copyright Massachusetts Institute of Technology 1986 */
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "xmove.h"
|
|
|