diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-07 19:54:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-07 19:54:57 +0800 |
commit | 0dcd0fc2081385dbe020e03a031af65372556c0c (patch) | |
tree | 33de8b349ffae1dc6e571a65d7f75b4da77b7dfe /libempathy/empathy-account-settings.c | |
parent | 914b18075a53425c03771e62bdfdf7431f43369f (diff) | |
download | gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.gz gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.bz2 gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.lz gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.xz gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.zst gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.zip |
add missing config.h
Need to disable GLib deprecation warnings.
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index cf269bdc8..4d9795686 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" #include <stdio.h> #include <stdlib.h> |