summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 12:01:15 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 15:47:58 +0200
commite0cdd884ebf463f1c371a4105f56af0c7ae54248 (patch)
tree70028ae3663f8867818b6467300608ff206f45d4 /examples
parent3190e5ab4160d0d7b9946db547b22b1babe2e870 (diff)
add missing config.h includes
https://bugs.freedesktop.org/show_bug.cgi?id=69802
Diffstat (limited to 'examples')
-rw-r--r--examples/call-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/call-handler.c b/examples/call-handler.c
index 213edbb..fa18479 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include <gst/gst.h>
#include <telepathy-glib/telepathy-glib.h>
#include <farstream/fs-element-added-notifier.h>