summaryrefslogtreecommitdiff
path: root/atk/atkrange.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/atkrange.c
parentca5ea1bd3f923565f21d2efb32ada4cbb923f941 (diff)
downloadat-spi2-core-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/atkrange.c')
-rw-r--r--atk/atkrange.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkrange.c b/atk/atkrange.c
index db48c144..bb69ca5c 100644
--- a/atk/atkrange.c
+++ b/atk/atkrange.c
@@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#include "atkvalue.h"
/**