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

- use modern C

--- lib/Xmc/auth.c~	1998-04-01 18:50:26.000000000 -0500
+++ lib/Xmc/auth.c	2008-08-31 00:15:32.000000000 -0400
@@ -23,6 +23,7 @@
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <xmc.h>
 #include <xmclib.h>
 #include <xmcp.h>