blob: 19bf4c7806aecf9d56af088a10a38bd9668adbc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.1 2005/07/20 16:03:24 kristerw Exp $
--- xmove/server.c.orig Wed Jul 20 17:45:55 2005
+++ xmove/server.c Wed Jul 20 17:46:13 2005
@@ -40,7 +40,7 @@
#include <sys/time.h> /* for struct timeval * */
#include <errno.h> /* for EINTR, EADDRINUSE, ... */
#include <X11/Xproto.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "xmove.h"
|