Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/3dpong/files/patch-src__text.c
16461 views
1
--- ./src/text.c.orig 1997-12-11 00:27:49.000000000 +0100
2
+++ ./src/text.c 2014-01-19 19:19:52.000000000 +0100
3
@@ -7,6 +7,8 @@
4
5
#include <X11/Xlib.h>
6
#include "text.h"
7
+#include <stdio.h>
8
+#include <string.h>
9
10
int FontHeight(XFontStruct *font_struct)
11
{
12
13