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

- use modern C

--- server/expos.c~	1998-03-17 11:45:01.000000000 -0500
+++ server/expos.c	2008-08-31 01:30:01.000000000 -0400
@@ -29,6 +29,7 @@
 *									*
 ************************************************************************/
 #define NEED_EVENTS
+#include <stdlib.h>
 #include <X11/Xproto.h>
 #include <X11/X.h>