pkgsrc/games/xbomber/patches/patch-text.c
obache f2e281c681 * add an patch for compiler warning free.
* regen patches
* add user-destdir installation support.
2011-05-24 12:03:37 +00:00

14 lines
289 B
C

$NetBSD: patch-text.c,v 1.1 2011/05/24 12:03:37 obache Exp $
* require string.h for strlen(3).
--- text.c.orig 1998-01-29 00:45:34.000000000 +0000
+++ text.c
@@ -6,6 +6,7 @@
*/
#include <X11/Xlib.h>
+#include <string.h>
#include "text.h"
int FontHeight(XFontStruct *font_struct)