diff options
author | Julien Cristau <jcristau@debian.org> | 2008-05-11 00:32:05 +0200 |
---|---|---|
committer | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2008-05-11 00:32:05 +0200 |
commit | e583311c8a73a675fc3396fe24cdafcad53e60e5 (patch) | |
tree | 62f71c9a3ed33bc0b53e89f2864217b52974e6de /fonttosfnt.h | |
parent | 8e36cc8647b27a4d14cf3f63045410db79fb98a3 (diff) |
Use autoconf test instead of #ifdef GLIBC for vasprintf.
Diffstat (limited to 'fonttosfnt.h')
-rw-r--r-- | fonttosfnt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fonttosfnt.h b/fonttosfnt.h index 5b3ec78..d6aa004 100644 --- a/fonttosfnt.h +++ b/fonttosfnt.h @@ -24,6 +24,10 @@ THE SOFTWARE. #ifndef _FONTTOSFNT_H_ #define _FONTTOSFNT_H_ 1 +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdarg.h> #include <ft2build.h> #include FT_FREETYPE_H |