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

(-)ttf2pt1-3.4.4.orig/ft.c (-5 / +5 lines)
Lines 13-23 Link Here
13
#include <ctype.h>
13
#include <ctype.h>
14
#include <sys/types.h>
14
#include <sys/types.h>
15
#include <ft2build.h>
15
#include <ft2build.h>
16
#include <freetype/freetype.h>
16
#include <freetype2/freetype.h>
17
#include <freetype/ftglyph.h>
17
#include <freetype2/ftglyph.h>
18
#include <freetype/ftsnames.h>
18
#include <freetype2/ftsnames.h>
19
#include <freetype/ttnameid.h>
19
#include <freetype2/ttnameid.h>
20
#include <freetype/ftoutln.h>
20
#include <freetype2/ftoutln.h>
21
#include "pt1.h"
21
#include "pt1.h"
22
#include "global.h"
22
#include "global.h"
23
23

Return to bug 514794