aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-04 10:08:19 +0200
committermarha <marha@users.sourceforge.net>2012-06-04 10:08:19 +0200
commit5e865910f0ce672295bd60460631339be5e311a0 (patch)
tree594e261dadb394692b6498a6951c3315dbc38502 /fontconfig/config.h
parent63918271b55923e417b14b9e7add4443582cfab3 (diff)
downloadvcxsrv-5e865910f0ce672295bd60460631339be5e311a0.tar.gz
vcxsrv-5e865910f0ce672295bd60460631339be5e311a0.tar.bz2
vcxsrv-5e865910f0ce672295bd60460631339be5e311a0.zip
Solved lstat not defined error when linking with fontconfig
Diffstat (limited to 'fontconfig/config.h')
-rw-r--r--fontconfig/config.h1
1 files changed, 1 insertions, 0 deletions
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