mtd-utils_1.2.0+git: remove the second docfdisk from the binary list
[openembedded.git] / packages / libsdl / libsdl-ttf-2.0.3 / new-freetype-includes.patch
blob856c9947eeddcfc47b343abcbc14f25aa9c1bb9f
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
6 --- SDL_ttf-2.0.3/SDL_ttf.c~new-freetype-includes 2001-06-21 07:22:00.000000000 +0200
7 +++ SDL_ttf-2.0.3/SDL_ttf.c 2004-01-21 23:07:04.000000000 +0100
8 @@ -4,6 +4,9 @@
9 #include <string.h>
10 #include <assert.h>
12 +#include <ft2build.h>
13 +#include FT_FREETYPE_H
15 #include <freetype/freetype.h>
16 #include <freetype/ftoutln.h>
17 #include <freetype/ttnameid.h>