Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49494
Collapse All | Expand All

(-)utils/fbtruetype.orig/ttf.c (-3 / +7 lines)
Lines 10-18 Link Here
10
#include <string.h>
10
#include <string.h>
11
#include <assert.h>
11
#include <assert.h>
12
        
12
        
13
#include <freetype/freetype.h>
13
#include <ft2build.h>
14
#include <freetype/ftoutln.h>
14
#include FT_FREETYPE_H
15
#include <freetype/ttnameid.h>
15
#include FT_TRUETYPE_TABLES_H
16
#include FT_GLYPH_H
17
#include FT_OUTLINE_H
18
#include FT_TRUETYPE_TAGS_H
19
#include FT_TRUETYPE_IDS_H
16
20
17
#include "ttf.h"
21
#include "ttf.h"
18
22

Return to bug 49494