From 5e865910f0ce672295bd60460631339be5e311a0 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 4 Jun 2012 10:08:19 +0200 Subject: Solved lstat not defined error when linking with fontconfig --- fontconfig/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fontconfig/config.h b/fontconfig/config.h index 8806ade9b..0769033b3 100644 --- a/fontconfig/config.h +++ b/fontconfig/config.h @@ -2,4 +2,5 @@ #define HAVE_FT_GET_NEXT_CHAR 1 #define ENABLE_LIBXML2 #define HAVE_RAND 1 +#define HAVE_STRUCT_DIRENT_D_TYPE 1 #undef __STDC__ \ No newline at end of file -- cgit v1.2.3