blob: 76f8d8e44b6432e2a3de29aecc6189d1f6cec3fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ao,v 1.1 2004/04/27 19:45:59 adam Exp $
--- splash/SplashFTFontFile.h.orig Tue Apr 27 21:32:38 2004
+++ splash/SplashFTFontFile.h
@@ -15,6 +15,7 @@
#pragma interface
#endif
+#include <ft2build.h>
#include <freetype/freetype.h>
#include "SplashFontFile.h"
|