$OpenBSD: patch-_imagingft_c,v 1.1 2004/11/07 14:34:42 naddy Exp $
--- _imagingft.c.orig	Sun Nov  7 12:59:41 2004
+++ _imagingft.c	Sun Nov  7 13:00:17 2004
@@ -15,7 +15,8 @@
 #include "Python.h"
 #include "Imaging.h"
 
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 #if PY_VERSION_HEX < 0x01060000
 #define PyObject_DEL(op) PyMem_DEL((op))
