mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
7073c9751c
- Change master sites and icon - Support STAGEDIR - Add DOCS Option - Add Desktop entry file - Simplify Makefile - Add patches, fix bad C++ code Approved by: pawel / wg (mentors, implicit)
11 lines
231 B
C
11 lines
231 B
C
--- ./text.c.orig 1998-07-29 23:25:59.000000000 +0200
|
|
+++ ./text.c 2013-12-24 08:28:45.000000000 +0100
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#include <X11/Xlib.h>
|
|
#include "text.h"
|
|
+#include <string.h>
|
|
|
|
int FontHeight(XFontStruct *font_struct)
|
|
{
|