diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 4 | ||||
-rw-r--r-- | src/empathy-streamed-media-window.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index da75e72cd..7621376bc 100644 --- a/src/empathy-invite-participant-dialog.c +++ b/src/empathy-invite-participant-dialog.c @@ -9,6 +9,10 @@ * Danielle Madeley <danielle.madeley@collabora.co.uk> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <glib/gi18n.h> #include "empathy-invite-participant-dialog.h" diff --git a/src/empathy-streamed-media-window.c b/src/empathy-streamed-media-window.c index bb6df685c..81cec4492 100644 --- a/src/empathy-streamed-media-window.c +++ b/src/empathy-streamed-media-window.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> |