2013-09-26 17:14:40 +02:00

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