14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
$OpenBSD: patch-SDL_ttf_c,v 1.1 2004/11/06 02:26:05 jolan Exp $
|
|
--- SDL_ttf.c.orig Fri Feb 21 11:38:15 2003
|
|
+++ SDL_ttf.c Fri Nov 5 20:23:47 2004
|
|
@@ -39,7 +39,8 @@
|
|
#define FREEA(p) free(p)
|
|
#endif
|
|
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
#include <freetype/ftoutln.h>
|
|
#include <freetype/ttnameid.h>
|
|
#include <freetype/internal/ftobjs.h>
|