fix some minor issues with rev 144924

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@144925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-09-27 15:13:30 +00:00
parent 50a28e9853
commit d10c4137fb
4 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include "asterisk/autoconfig.h"
#if !defined(STANDALONE_AEL) && defined(MALLOC_DEBUG)
#if !defined(NO_MALLOC_DEBUG) && !defined(STANDALONE_AEL) && defined(MALLOC_DEBUG)
#include "asterisk/astmm.h"
#endif

View File

@@ -23,10 +23,10 @@
* \author Mark Spencer <markster@digium.com>
*/
#ifdef __AST_DEBUG_MALLOC
#include "asterisk.h"
#ifdef __AST_DEBUG_MALLOC
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdio.h>

View File

@@ -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

View File

@@ -22,6 +22,8 @@
*
*/
#include "asterisk.h"
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>