]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
opps missed an include
authorKen Rice <krice@freeswitch.org>
Tue, 27 Mar 2012 19:24:58 +0000 (14:24 -0500)
committerKen Rice <krice@freeswitch.org>
Tue, 27 Mar 2012 19:24:58 +0000 (14:24 -0500)
libs/esl/ivrd.c

index 40e512e21643771d7694bae79bb06ee7f0c38694..c71e392117e55a39e89c36d3785cae913e1effa6 100644 (file)
@@ -34,7 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <esl.h>
-
+#include <errno.h>
 
 static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struct sockaddr_in *addr)
 {