summaryrefslogtreecommitdiff
path: root/src/gdfontmb.h
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-04-12 15:01:43 +0200
committerOndřej Surý <ondrej@sury.org>2013-04-12 15:01:43 +0200
commitf52b1dd55d2aa75a690b2e9a4f86f9aaa62139f8 (patch)
tree423a6cb54df6bc6614ef4ee0312f01cdf074ba87 /src/gdfontmb.h
parent0199503f37d2ef782120415e6e6029d2e395dd2b (diff)
downloadlibgd-f52b1dd55d2aa75a690b2e9a4f86f9aaa62139f8.tar.gz
Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol available
Diffstat (limited to 'src/gdfontmb.h')
-rw-r--r--src/gdfontmb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gdfontmb.h b/src/gdfontmb.h
index 78182b5..a943741 100644
--- a/src/gdfontmb.h
+++ b/src/gdfontmb.h
@@ -15,6 +15,9 @@ extern "C"
No copyright info was found in the original bdf.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gd.h"