14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
$OpenBSD: patch-installer_gf-pfb_c,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
|
--- installer/gf-pfb.c.orig Sun Nov 7 17:33:40 2004
|
|
+++ installer/gf-pfb.c Sun Nov 7 17:34:02 2004
|
|
@@ -12,7 +12,8 @@
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
#include "gf-pfb.h"
|
|
|
|
#define noVERBOSE
|