summaryrefslogtreecommitdiff
path: root/fonttosfnt.h
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-05-11 00:32:05 +0200
committerJuliusz Chroboczek <jch@pps.jussieu.fr>2008-05-11 00:32:05 +0200
commite583311c8a73a675fc3396fe24cdafcad53e60e5 (patch)
tree62f71c9a3ed33bc0b53e89f2864217b52974e6de /fonttosfnt.h
parent8e36cc8647b27a4d14cf3f63045410db79fb98a3 (diff)
Use autoconf test instead of #ifdef GLIBC for vasprintf.
Diffstat (limited to 'fonttosfnt.h')
-rw-r--r--fonttosfnt.h4
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