diff options
author | Patrick Lam <plam@MIT.EDU> | 2006-04-07 04:42:32 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2006-04-07 04:42:32 +0000 |
commit | d6217cc6bcce0768ce1e01c077e90967ff91db5a (patch) | |
tree | 3ba3a06df1daedfcbfe147af8dd93f00838c6de0 /fc-cat | |
parent | 3a342c5a6ca6c27fdddf0c669392b7ab1d6e3f7e (diff) |
Patrick Lam <plam@mit.edu>
Make fontconfig compile under MinGW:
1) remove unneeded #includes;
2) make use of mmap and sysconf conditional;
3) replace rand_r by srand/rand if needed;
4) use chsize instead of ftruncate; and
5) update libtool exports file
Diffstat (limited to 'fc-cat')
-rw-r--r-- | fc-cat/fc-cat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c index 24f8a44d..80c381c0 100644 --- a/fc-cat/fc-cat.c +++ b/fc-cat/fc-cat.c @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include <libgen.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h> |