aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-19 22:38:46 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-19 22:38:46 +0000
commit636faf006e7cb4d5dadca128e64e614f19b5b1ff (patch)
tree06ddb4b2a15674818b9c5ccc2b3d858ee64ceb89
parentce45a171bbe93501787b91f548b25c23f5cbfde1 (diff)
Fix compile when certain G711 menuselect options are enabled.
(closes issue #15697) Reported by: slavon git-svn-id: http://svn.digium.com/svn/asterisk/trunk@213179 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/alaw.c1
-rw-r--r--main/ulaw.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/main/alaw.c b/main/alaw.c
index caf08debf..2a6c85c47 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 0be633c4c..650b0da36 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