summaryrefslogtreecommitdiff
path: root/atk/atktablecell.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/atktablecell.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/atktablecell.c')
-rw-r--r--atk/atktablecell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atktablecell.c b/atk/atktablecell.c
index 7a07c7b..9b1c349 100644
--- a/atk/atktablecell.c
+++ b/atk/atktablecell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#include "atktablecell.h"