blob: 32239b345ba899019887e6d2acdfc7c033994f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2004/04/27 15:42:58 adam Exp $
--- mgp.h.orig 2004-04-27 17:39:53.000000000 +0000
+++ mgp.h
@@ -62,6 +62,7 @@
#include <X11/cursorfont.h>
#include <X11/Xatom.h>
#ifdef USE_XFT2
+#include <ft2build.h>
#include <freetype/freetype.h>
#include <fontconfig/fontconfig.h>
#include <X11/Xft/Xft.h>
|