summaryrefslogtreecommitdiff
path: root/include/X11/Xft/Xft.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xft/Xft.h')
-rw-r--r--include/X11/Xft/Xft.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h
index edba002..db3cd24 100644
--- a/include/X11/Xft/Xft.h
+++ b/include/X11/Xft/Xft.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/lib/Xft/Xft.h,v 1.32 2003/02/25 21:57:53 dawes Exp $
+ * $XFree86: xc/lib/Xft/Xft.h,v 1.33 2003/11/20 22:36:33 dawes Exp $
*
* Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
*
@@ -32,7 +32,8 @@
#define XftVersion XFT_VERSION
#include <stdarg.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <fontconfig/fontconfig.h>
#include <X11/extensions/Xrender.h>