diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2011-03-30 01:03:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-04 21:43:01 +0800 |
commit | f0f99ffaa08240fbb72d7eed198368fd22fe4c47 (patch) | |
tree | e3215338702b00bbedec3776b9d08e481db11d32 /libempathy/empathy-account-settings.c | |
parent | 9048ff4f63c8ac3174468ceb4787b658d948c6e0 (diff) | |
download | gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.gz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.bz2 gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.lz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.xz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.zst gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.zip |
-Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 4005d2790..12fbb5564 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <stdlib.h> |