summaryrefslogtreecommitdiff
path: root/x11/xmx/patches/patch-br
blob: c259b95dd524ec9a25e122e5e5aade09fa454c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-br,v 1.2 2011/07/03 20:15:59 dholland Exp $

- use modern C

--- server/ebuf.c~	1998-05-07 13:52:14.000000000 -0400
+++ server/ebuf.c	2008-08-31 00:44:38.000000000 -0400
@@ -28,6 +28,7 @@
 *	Store keyboard or pointer events and play them back.		*
 *									*
 ************************************************************************/
+#include <stdlib.h>
 #include <X11/X.h>
 #define NEED_EVENTS
 #include <X11/Xproto.h>