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