aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 15:13:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 15:13:30 +0000
commitca1d07ab9a8d24698f319accdefb7722fb9f8dee (patch)
treea71cbef08dbc2c48f9db3fdf2772e22dfccd00bb /utils
parent3be602e6c84bd15d5399be3352435b49e1329500 (diff)
fix some minor issues with rev 144924
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@144925 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile1
-rw-r--r--utils/astman.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index a31172b27..a2d3c3dc5 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -65,6 +65,7 @@ md5.c: ../main/md5.c
astman: astman.o md5.o
astman: LIBS+=$(NEWT_LIB)
+astman.o: ASTCFLAGS+=-DNO_MALLOC_DEBUG
stereorize: stereorize.o frame.o
stereorize: LIBS+=-lm
diff --git a/utils/astman.c b/utils/astman.c
index f072dcd57..f259f6884 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -22,6 +22,8 @@
*
*/
+#include "asterisk.h"
+
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>