Files
pkgsrc-ng/games/xbat/patches/patch-ab
2013-09-26 17:14:40 +02:00

13 lines
289 B
Plaintext

$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))