14 lines
467 B
Plaintext
14 lines
467 B
Plaintext
$OpenBSD: patch-libgnomeprint_gnome-font-private_h,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
|
--- libgnomeprint/gnome-font-private.h.orig Sun Nov 7 17:24:19 2004
|
|
+++ libgnomeprint/gnome-font-private.h Sun Nov 7 17:24:52 2004
|
|
@@ -22,7 +22,8 @@
|
|
|
|
BEGIN_GNOME_DECLS
|
|
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
#include <libgnomeprint/gp-character-block.h>
|
|
#include <libgnomeprint/gp-fontmap.h>
|
|
#include <libgnomeprint/gnome-font.h>
|