mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
289 B
C
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)
|