13 lines
386 B
Text
13 lines
386 B
Text
$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"
|
|
|