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

(-)SDL_ttf.c.orig (-1 / +2 lines)
Lines 39-45 Link Here
39
#define FREEA(p) free(p)
39
#define FREEA(p) free(p)
40
#endif
40
#endif
41
41
42
#include <freetype/freetype.h>
42
#include <ft2build.h>
43
#include FT_FREETYPE_H
43
#include <freetype/ftoutln.h>
44
#include <freetype/ftoutln.h>
44
#include <freetype/ttnameid.h>
45
#include <freetype/ttnameid.h>
45
#include <freetype/internal/ftobjs.h>
46
#include <freetype/internal/ftobjs.h>

Return to bug 55746