summaryrefslogtreecommitdiff
path: root/atk/atkhyperlinkimpl.c
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-04-11 20:03:08 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-04-25 08:27:25 +0800
commitd6ecbbbe3389ff5b478941e6ca4a28f070f4eae3 (patch)
tree9ceb1c2430a286abc15c39d56364dec44cf53fbc /atk/atkhyperlinkimpl.c
parentca5ea1bd3f923565f21d2efb32ada4cbb923f941 (diff)
downloadatk-d6ecbbbe3389ff5b478941e6ca4a28f070f4eae3.tar.gz
Include config.h For All the C Source Files
Make sure that config.h is included first in all the C-sources in atk/ so that the build-time definitions of _ATK_EXTERN can be used during the build of the ATK library. https://bugzilla.gnome.org/show_bug.cgi?id=728031
Diffstat (limited to 'atk/atkhyperlinkimpl.c')
-rw-r--r--atk/atkhyperlinkimpl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkhyperlinkimpl.c b/atk/atkhyperlinkimpl.c
index bdfe6c1..7021bcf 100644
--- a/atk/atkhyperlinkimpl.c
+++ b/atk/atkhyperlinkimpl.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <string.h>
#include "atkhyperlinkimpl.h"