diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-factory.c | 1 | ||||
-rw-r--r-- | src/empathy-call-handler.c | 1 | ||||
-rw-r--r-- | src/empathy-streamed-media-factory.c | 1 | ||||
-rw-r--r-- | src/empathy-streamed-media-handler.c | 1 | ||||
-rw-r--r-- | src/empathy-video-src.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 8ae66812f..95c828d94 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.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/src/empathy-call-handler.c b/src/empathy-call-handler.c index 7fac79965..33ae9c709 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.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/src/empathy-streamed-media-factory.c b/src/empathy-streamed-media-factory.c index 1c25ae253..713d441df 100644 --- a/src/empathy-streamed-media-factory.c +++ b/src/empathy-streamed-media-factory.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/src/empathy-streamed-media-handler.c b/src/empathy-streamed-media-handler.c index 0caa3988f..5e2cac50f 100644 --- a/src/empathy-streamed-media-handler.c +++ b/src/empathy-streamed-media-handler.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/src/empathy-video-src.c b/src/empathy-video-src.c index 3b9e6f8fc..8c9c75015 100644 --- a/src/empathy-video-src.c +++ b/src/empathy-video-src.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> |