]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Backport OS X fix from trunk
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 6 Feb 2009 15:43:32 +0000 (15:43 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 6 Feb 2009 15:43:32 +0000 (15:43 +0000)
(AGAIN, closes issue #14360)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@173900 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/muted.c

index 179d596a6acb81cb1b18bc75e374855a1aa48ffa..d05f714c7b9efa96cab22198a47a4ddf584404a5 100644 (file)
@@ -52,6 +52,8 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+#include "asterisk/autoconfig.h"
+
 static char *config = "/etc/asterisk/muted.conf";
 
 static char host[256] = "";