From 55fd58bc96a78e490c9dfb7f7c6e1d03f4905f79 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Jan 2014 19:43:44 +0000 Subject: [PATCH 4/8] TfCallStream: include missing header This fixes compilation with -Werror=missing-prototypes. --- telepathy-farstream/call-stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c index 53dbe77..4052c24 100644 --- a/telepathy-farstream/call-stream.c +++ b/telepathy-farstream/call-stream.c @@ -42,6 +42,7 @@ #include "config.h" #include "call-stream.h" +#include "call-priv.h" #include #include -- 1.8.5.2