summaryrefslogtreecommitdiff
path: root/atk/atkselection.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/atkselection.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/atkselection.c')
-rwxr-xr-xatk/atkselection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkselection.c b/atk/atkselection.c
index c324a4a..f086c28 100755
--- a/atk/atkselection.c
+++ b/atk/atkselection.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#include "atkselection.h"
/**