Gentoo-bug: https://bugs.gentoo.org/506124 --- miscsplashutils-0.1.8/fbtruetype/ttf.c +++ miscsplashutils-0.1.8/fbtruetype/ttf.c @@ -13,8 +13,8 @@ #include #include FT_FREETYPE_H /* #include */ -#include -#include +#include FT_OUTLINE_H +#include FT_TRUETYPE_IDS_H #include "ttf.h" --- splashutils-1.5.4.4/src/ttf.h +++ splashutils-1.5.4.4/src/ttf.h @@ -1,8 +1,8 @@ #ifndef _TTF_H #define _TTF_H #include -#include -#include +#include FT_OUTLINE_H +#include FT_TRUETYPE_IDS_H #define CACHED_METRICS 0x10 #define CACHED_BITMAP 0x01 --- splashutils-1.5.4.4/src/ttf.c +++ splashutils-1.5.4.4/src/ttf.c @@ -25,8 +25,8 @@ #include #include -#include -#include +#include FT_OUTLINE_H +#include FT_TRUETYPE_IDS_H #include "common.h" #include "render.h"