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

- use modern C

--- server/cblock.c~	1998-03-18 14:37:05.000000000 -0500
+++ server/cblock.c	2008-08-31 00:29:03.000000000 -0400
@@ -29,6 +29,7 @@
 *									*
 ************************************************************************/
 #include <stdlib.h>
+#include <string.h>
 #include <X11/Xproto.h>
 #include "xmx.h"
 #include "incl/cblock.pvt.h"