55f1deea05
- include proper path to freetype headers.
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
--- bdf.h.orig Thu Mar 16 15:08:51 2000
|
|
+++ bdf.h Wed Mar 7 16:47:07 2001
|
|
@@ -41,7 +41,7 @@
|
|
|
|
#ifdef HAVE_FREETYPE
|
|
#include <freetype.h>
|
|
-#include <extend/ftxsbit.h>
|
|
+#include <ftxsbit.h>
|
|
#endif /* HAVE_FREETYPE */
|
|
|
|
#ifdef __cplusplus
|