diff options
author | marha <marha@users.sourceforge.net> | 2012-06-04 10:08:19 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-04 10:08:19 +0200 |
commit | 5e865910f0ce672295bd60460631339be5e311a0 (patch) | |
tree | 594e261dadb394692b6498a6951c3315dbc38502 /fontconfig/config.h | |
parent | 63918271b55923e417b14b9e7add4443582cfab3 (diff) | |
download | vcxsrv-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.h | 1 |
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 |