From c8bf1a7da2c3938b789b4bb7b9ac862c6b275afa Mon Sep 17 00:00:00 2001 From: Eric Green Date: Wed, 15 Jun 2016 09:30:24 -0700 Subject: [PATCH] call.h now include media_socket.h to reflect the move of the stream_fd struct --- daemon/call.h | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/call.h b/daemon/call.h index aafbf649d..9b71f9f07 100644 --- a/daemon/call.h +++ b/daemon/call.h @@ -17,6 +17,7 @@ #include #include "compat.h" #include "socket.h" +#include "media_socket.h" #define UNDEFINED ((unsigned int) -1) #define TRUNCATED " ... Output truncated. Increase Output Buffer ... \n"