opnsense-ports/games/3dpong/files/patch-src__text.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
259 B
C

--- ./src/text.c.orig 1997-12-11 00:27:49.000000000 +0100
+++ ./src/text.c 2014-01-19 19:19:52.000000000 +0100
@@ -7,6 +7,8 @@
#include <X11/Xlib.h>
#include "text.h"
+#include <stdio.h>
+#include <string.h>
int FontHeight(XFontStruct *font_struct)
{