# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gnome-print10/freetype.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Fixed header inclusion for freetype2 as of 2.0.7. - Rene Rebe --- gnome-print-0.35/libgnomeprint/gnome-font-private.h 2001-12-05 23:07:58.000000000 +0100 +++ gnome-print-0.35-fixed/libgnomeprint/gnome-font-private.h 2004-12-22 11:56:41.417915064 +0100 @@ -22,6 +22,7 @@ BEGIN_GNOME_DECLS +#include #include #include #include --- gnome-print-0.35/libgnomeprint/parseTT.h.orig 2004-12-22 11:24:04.747091056 +0000 +++ gnome-print-0.35/libgnomeprint/parseTT.h 2004-12-22 11:24:17.760112776 +0000 @@ -22,6 +22,7 @@ BEGIN_GNOME_DECLS #include +#include #include /* --- gnome-print-0.35//installer/gf-pfb.c.orig 2004-12-22 11:33:48.576335520 +0000 +++ gnome-print-0.35-fixed/installer/gf-pfb.c 2004-12-22 11:34:01.435380648 +0000 @@ -12,6 +12,7 @@ #include #include #include +#include #include #include "gf-pfb.h" --- gnome-print-0.35//installer/gf-ttf.c.orig 2004-12-22 11:34:16.269125576 +0000 +++ gnome-print-0.35-fixed/installer/gf-ttf.c 2004-12-22 11:34:28.814218432 +0000 @@ -32,6 +32,7 @@ #include #include #include +#include #include #include "gf-ttf.h" --- gnome-print-0.35/installer/gnome-font-install.c.orig 2004-12-22 11:32:48.285501120 +0000 +++ gnome-print-0.35-fixed/installer/gnome-font-install.c 2004-12-22 11:33:22.743262744 +0000 @@ -26,6 +26,7 @@ #include #include /* End of ugly thing */ +#include #include #include #include