aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-19 22:41:30 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-19 22:41:30 +0000
commit2b3691df33422c53d2d7cd7c536c4e64b61db856 (patch)
tree32781c42e95b89c14cb07f5a7e8c9d70cb307ca3 /main
parent3fadc3765eb31247ef00436a7c968c94d9404217 (diff)
Merged revisions 213179 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r213179 | qwell | 2009-08-19 17:38:46 -0500 (Wed, 19 Aug 2009) | 5 lines Fix compile when certain G711 menuselect options are enabled. (closes issue #15697) Reported by: slavon ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@213182 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-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 18a118f60..8e47d8a77 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