From: Ken Rice Date: Tue, 27 Mar 2012 19:24:58 +0000 (-0500) Subject: opps missed an include X-Git-Tag: v1.2-rc1~19^2^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f3ff998ff13d4e0fb042b67b60ac54db56cc4a;p=thirdparty%2Ffreeswitch.git opps missed an include --- diff --git a/libs/esl/ivrd.c b/libs/esl/ivrd.c index 40e512e216..c71e392117 100644 --- a/libs/esl/ivrd.c +++ b/libs/esl/ivrd.c @@ -34,7 +34,7 @@ #include #include #include - +#include static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struct sockaddr_in *addr) {