2013-09-26 17:14:40 +02:00

14 lines
369 B
Plaintext

$NetBSD: patch-ab,v 1.1 2005/07/20 16:03:24 kristerw Exp $
--- xmove/XMOVELib.c.orig Sat Oct 18 22:03:47 1997
+++ xmove/XMOVELib.c Wed Jul 20 17:42:00 2005
@@ -24,7 +24,7 @@
#include <X11/Xatom.h>
#include <errno.h> /* for EINTR, EADDRINUSE, ... */
-#include <malloc.h>
+#include <stdlib.h>
#include <sys/ioctl.h>
#ifdef SYSV
#include <sys/fcntl.h>