blob: 451ecf2e02e96a8ac9cb5ba931d3dc413f776b30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|