summaryrefslogtreecommitdiff
path: root/games/xbat/patches/patch-ab
blob: e552c21de51a5bddc7f7c8d2845b27cdf9b5daa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2008/06/10 13:20:00 obache Exp $

--- xev.h.orig	1997-03-14 04:08:26.000000000 +0000
+++ xev.h
@@ -5,6 +5,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 #include "colorlist.h"
 
 #define ABS(x) ( ( (x) > 0  ) ? (x) : -(x))