mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
$NetBSD: patch-ae,v 1.1 2005/07/20 16:03:24 kristerw Exp $
|
|
|
|
--- xmove/move_window.c.orig Wed Jul 20 17:43:41 2005
|
|
+++ xmove/move_window.c Wed Jul 20 17:44:04 2005
|
|
@@ -20,7 +20,7 @@
|
|
#define NEED_REPLIES
|
|
#include <X11/Xproto.h>
|
|
#include <X11/Xatom.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "xmove.h"
|
|
|