summaryrefslogtreecommitdiff
path: root/src/gdfontg.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/gdfontg.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/gdfontg.h')
-rw-r--r--src/gdfontg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gdfontg.h b/src/gdfontg.h
index 473fc30..4282a64 100644
--- a/src/gdfontg.h
+++ b/src/gdfontg.h
@@ -16,6 +16,9 @@ extern "C"
"Libor Skarvada, libor@informatics.muni.cz"
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gd.h"