diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2013-12-11 16:35:28 +0100 |
---|---|---|
committer | Alejandro PiƱeiro <apinheiro@igalia.com> | 2013-12-11 16:35:28 +0100 |
commit | 9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0 (patch) | |
tree | 39b78c569e99632f2131543366519a1bc41059a4 /atk/atkobject.c | |
parent | de851d88f8e37557f436452fe1e669b8f9ee2bca (diff) | |
download | atk-9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0.tar.gz |
include config.h instead of atkintl.h
https://bugzilla.gnome.org/show_bug.cgi?id=644756
Diffstat (limited to 'atk/atkobject.c')
-rwxr-xr-x | atk/atkobject.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c index 8ff0238..3d4060a 100755 --- a/atk/atkobject.c +++ b/atk/atkobject.c @@ -17,10 +17,13 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include <string.h> #include <locale.h> #include <glib-object.h> +#include <glib/gi18n-lib.h> #ifdef G_OS_WIN32 #define STRICT @@ -32,7 +35,6 @@ #include "atk.h" #include "atkmarshal.h" -#include "atkintl.h" /** * SECTION:atkobject |