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

- use modern C

--- clients/xmtg/xmtg.c~	1998-02-12 23:28:47.000000000 -0500
+++ clients/xmtg/xmtg.c	2008-08-31 02:28:42.000000000 -0400
@@ -30,6 +30,8 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <X11/Xlib.h>
 
 #include <X11/Intrinsic.h>