From: Jason Parker Date: Wed, 19 Aug 2009 22:38:46 +0000 (+0000) Subject: Fix compile when certain G711 menuselect options are enabled. X-Git-Tag: 11.0.0-beta1~4328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b707e913b54cdbe4457475eba7a0dee5b516405;p=thirdparty%2Fasterisk.git Fix compile when certain G711 menuselect options are enabled. (closes issue #15697) Reported by: slavon git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213179 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/alaw.c b/main/alaw.c index caf08debff..2a6c85c473 100644 --- a/main/alaw.c +++ b/main/alaw.c @@ -28,6 +28,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/alaw.h" +#include "asterisk/logger.h" #ifndef G711_NEW_ALGORITHM #define AMI_MASK 0x55 diff --git a/main/ulaw.c b/main/ulaw.c index 0be633c4c7..650b0da365 100644 --- a/main/ulaw.c +++ b/main/ulaw.c @@ -28,6 +28,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/ulaw.h" +#include "asterisk/logger.h" #if 0 /* ZEROTRAP is the military recommendation to improve the encryption