blob: 2242eaa47bcf89c94cd652e7958d66a49f298c42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ttf2pk-ad,v 1.1 2004/11/06 14:22:22 hubertf Exp $
--- contrib/ttf2pk/ttflib.c.orig Thu Sep 2 01:31:17 1999
+++ contrib/ttf2pk/ttflib.c
@@ -22,8 +22,8 @@
#include "newobj.h"
#include "ttf2tfm.h"
-#include "extend/ftxpost.h"
-#include "extend/ftxopen.h"
+#include "ftxpost.h"
+#include "ftxopen.h"
#define Macintosh_platform 1
|