summaryrefslogtreecommitdiff
blob: 24c246d049bc82898ae8622e3acf07a9ba0a1568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- blight_input-0.0.8-b/src/SDL_ttf.c.orig	2005-01-01 00:34:42.153211968 -0600
+++ blight_input-0.0.8-b/src/SDL_ttf.c	2005-01-01 00:31:41.263711352 -0600
@@ -39,6 +39,9 @@
 #define FREEA(p) free(p)
 #endif
 
+#include <ft2build.h>
+#include FT_FREETYPE_H
+
 #include <freetype/freetype.h>
 #include <freetype/ftoutln.h>
 #include <freetype/ttnameid.h>