diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index a52585736..dd828fa68 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #include <telepathy-glib/telepathy-glib.h> #include <telepathy-glib/proxy-subclass.h> diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index ece86f1b6..fd5bd8f76 100644 --- a/src/empathy-invite-participant-dialog.c +++ b/src/empathy-invite-participant-dialog.c @@ -9,6 +9,8 @@ * Danielle Madeley <danielle.madeley@collabora.co.uk> */ +#include "config.h" + #include <glib/gi18n.h> #include <folks/folks-telepathy.h> |