diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-07 12:54:55 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-07 12:54:57 +0100 |
commit | 0dcd0fc2081385dbe020e03a031af65372556c0c (patch) | |
tree | 33de8b349ffae1dc6e571a65d7f75b4da77b7dfe /libempathy | |
parent | 914b18075a53425c03771e62bdfdf7431f43369f (diff) | |
download | empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.gz |
add missing config.h
Need to disable GLib deprecation warnings.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-account-settings.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-tp-streamed-media.c | 2 |
2 files changed, 3 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> diff --git a/libempathy/empathy-tp-streamed-media.c b/libempathy/empathy-tp-streamed-media.c index 388b3aa00..f245dcfd5 100644 --- a/libempathy/empathy-tp-streamed-media.c +++ b/libempathy/empathy-tp-streamed-media.c @@ -20,6 +20,8 @@ * Xavier Claessens <xclaesse@gmail.com> */ +#include "config.h" + #include <string.h> #include <telepathy-glib/proxy-subclass.h> |