14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
$OpenBSD: patch-installer_gf-ttf_c,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
|
--- installer/gf-ttf.c.orig Sun Nov 7 17:34:14 2004
|
|
+++ installer/gf-ttf.c Sun Nov 7 17:34:35 2004
|
|
@@ -32,7 +32,8 @@
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
|
|
#include "gf-ttf.h"
|
|
|