f2e281c681
* regen patches * add user-destdir installation support.
14 lines
289 B
C
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)
|